-
Notifications
You must be signed in to change notification settings - Fork 590
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
scalar: introduce Datum struct to have null-last Ord behavior #4272
Comments
while #4263 only changes the key encoding, we should revisit all places that we store |
I guess this means |
Also sounds reasonable to me... We should rethink how we directly use |
I'm not sure whether there are many cases for comparing |
Ideally no. But we may be using BtreeMap as a kv index in our system somewhere (we may replace them with other data structures like HashMap). The comparison between |
This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned. |
Working on |
Had a try on this, the result is that there're too many changes need to be made. Then I came up with another idea.
Since the key point is to avoid automatical derivation of |
Any thoughts? cc @BugenZhao |
Makes sense to me. 👍 We may introduce several thin wrappers instead for |
No description provided.
The text was updated successfully, but these errors were encountered: