-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Exclude out of retention records from the result set #19011
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
Open
pri1712
wants to merge
26
commits into
apache:master
Choose a base branch
from
pri1712:pri1712/excludeexpireddata
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
604620a
working on options for excluding expired data
pri1712 8aa1b3d
working on options for excluding expired data
pri1712 9ad8fa2
working on options for excluding expired data
pri1712 26e0f08
working on options for excluding expired data
pri1712 022849d
tests for excluding expired data
pri1712-fl d2270e9
working on options for excluding expired data
pri1712 19218c4
Merge pull request #3 from pri1712/pri1712/excludeexpireddata
pri1712 6f06fd5
Merge branch 'apache:master' into master
pri1712 93361d1
Merge branch 'apache:master' into master
pri1712 6f0883f
adding integration tests
pri1712 478b20c
Merge branch 'apache:master' into master
pri1712 99fbdc8
Merge pull request #4 from pri1712/pri1712/excludeexpireddata
pri1712 670de85
Merge pull request #5 from pri1712/master
pri1712 97483bd
fixing various issues with checkstyle and integ tests
pri1712 5f036a0
fixing various issues with checkstyle and integ tests
pri1712 452c349
fixing various issues with checkstyle and integ tests
pri1712 dd6c64f
fixing checkstyle violations
pri1712 42cb303
Merge branch 'master' of https://github.com/pri1712/pinot
pri1712-fl 81cb1ab
Merge branch 'pri1712/excludeexpireddata' of https://github.com/pri17…
pri1712-fl 6973555
query opts for skipping expired records
pri1712 551556c
cleaning up
pri1712 1319329
Merge branch 'pri1712/excludeexpireddata' of https://github.com/pri17…
pri1712-fl c3734e6
skipping expired records
pri1712-fl eaf88cc
fixing checkstyle issues
pri1712 118126b
fixing tests and nitpicks
pri1712 7a54a68
Update log4j2-test.xml
pri1712 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
Oops, something went wrong.
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.
one query i have is, is it okay to reoptimize here? @xiangfu0 ?
for a per table type retention field, this seems like the best place to put it