Skip to content

Conversation

@tanjialiang
Copy link
Contributor

Summary:
current key encoder, when incrementing on null value, has following two issues:

  1. it does not reset the current column to max/min when null is at last.
  2. it remains silent even when certain types are not able to reset max/min.

This change fixed it by addressing above two issues.

Reviewed By: xiaoxmeng

Differential Revision: D92175786

Summary:
current key encoder, when incrementing on null value, has following two issues:
1. it does not reset the current column to max/min when null is at last.
2. it remains silent even when certain types are not able to reset max/min.

This change fixed it by addressing above two issues.

Reviewed By: xiaoxmeng

Differential Revision: D92175786
@netlify
Copy link

netlify bot commented Feb 4, 2026

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 865122e
🔍 Latest deploy log https://app.netlify.com/projects/meta-velox/deploys/6982d0495303b800087297ef

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 4, 2026
@meta-codesync
Copy link

meta-codesync bot commented Feb 4, 2026

@tanjialiang has exported this pull request. If you are a Meta employee, you can view the originating Diff in D92175786.

Copy link
Contributor

@xiaoxmeng xiaoxmeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tanjialiang thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants