-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Json extract index filter support #12683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
saurabhd336
merged 41 commits into
apache:master
from
saurabhd336:jsonExtractIndexFilterSupport
Mar 26, 2024
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
e336a90
Add regexp support
e25b479
Json index based extraction
56bc02a
Ordering fix
6ba201c
Add range filter
d1abd9b
Lint
444ee8d
Fix tests
f507797
Delay materialization until transform call
579661f
Extract literal type in range predicate
a5ed67d
Fix comparison
1db872c
Fix tests
73c40ee
Fix ordering
900ee14
Remove todo
6fb5066
Add support for null default value
7f164f5
Fixes
7249c71
Add comments
f139de0
Add tests
03007af
Remove rangeDataType from equality
1124a51
Add ITs
4bf276f
Merge branch 'master' of github.com:apache/pinot into jsonExtractIndexMv
f585f54
Lint
cf52952
Merge branch 'master' of github.com:apache/pinot into jsonExtractIndexMv
3ba6ba2
Merge branch 'master' of github.com:apache/pinot into jsonExtractIndexMv
f4a9129
Merge branch 'master' of github.com:apache/pinot into jsonExtractIndexMv
7d83f24
Consolidate with JsonExtractIndex
dcd8ca7
Lint
a7ec601
Lint
37d66a4
Move filter logic to new PR
e5a64bf
Lint
e4a717e
Add tests
de04d1a
Review comments
b695a60
Merge branch 'jsonExtractIndexMv' of github.com:saurabhd336/pinot int…
24dd429
Lint
c782fc0
Review comments
01b8280
Remove visibleForTesting
ffdaa92
Merge branch 'jsonExtractIndexMv' of github.com:saurabhd336/pinot int…
c923be1
Merge branch 'master' of github.com:apache/pinot into jsonExtractInde…
de51157
Lint
103967c
Merge branch 'master' of github.com:apache/pinot into jsonExtractInde…
8e45c63
Remove nested exclusive
3771339
Review comments
f8b9b3c
Lint fix
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not introduced in this PR, but I think we should support json path key with and without
$prefix. SeegetMatchingFlattenedDocIds()for referenceThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the support