-
Notifications
You must be signed in to change notification settings - Fork 825
purger: fix nil value in column range for BatchWrite query #4128
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
Conversation
568bb4d
to
cbe199b
Compare
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.
@sandeepsukhani Could you review this, please?
cbe199b
to
01978c6
Compare
Oh, I see it's not an actually full |
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.
LGTM
I don't see how the test failures are related to my changes:
Is it just a fluke? |
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.
Thanks. Can you please fix conflict in CHANGELOG?
Fixes following error: ``` msg="error adding delete request to the store" err="Invalid null value in condition for column range" ``` Resolves: cortexproject#3237 Signed-off-by: Jakub Sokołowski <jakub@status.im>
Will somebody merge this, or will I have to rebase |
PR is now set to merge after CI checks pass. Thank you. |
Yeah, but CI checks fail on random stuff totally unrelated to my changes, like:
|
See: cortexproject/cortex#4128 Signed-off-by: Jakub Sokołowski <jakub@status.im>
Fixes following error:
Resolves: #3237