Skip to content

PHOENIX-2364 Fix Reverse timestamp row key - #146

Closed
freakyzoidberg wants to merge 1 commit into
apache:masterfrom
freakyzoidberg:master
Closed

PHOENIX-2364 Fix Reverse timestamp row key#146
freakyzoidberg wants to merge 1 commit into
apache:masterfrom
freakyzoidberg:master

Conversation

@freakyzoidberg

Copy link
Copy Markdown
Member

When inverting the nanosecond part of a Timestamp key the offset should be reset.

@JamesRTaylor

Copy link
Copy Markdown
Contributor

Thanks for the patch, @freakyzoidberg. @samarthjain - would you mind reviewing and committing? It looks good to me. Probably worth making a quick pass through the code for calls to SortOrder.invert() and make sure we're setting the offset as is done in this patch.

@stoty

stoty commented Aug 1, 2023

Copy link
Copy Markdown
Contributor

Already merged.

@stotystoty closed this Aug 1, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@freakyzoidberg@JamesRTaylor@stoty