-
Couldn't load subscription status.
- Fork 482
Update columnar, timely, differential #33938
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Moritz Hoffmann <[email protected]>
Signed-off-by: Moritz Hoffmann <[email protected]>
Signed-off-by: Moritz Hoffmann <[email protected]>
Signed-off-by: Moritz Hoffmann <[email protected]>
Signed-off-by: Moritz Hoffmann <[email protected]>
Signed-off-by: Moritz Hoffmann <[email protected]>
76e19c9 to
af8b4ed
Compare
| if let Some(frontier) = &ts_rewrite { | ||
| h.write_usize(frontier.len()); | ||
| frontier.iter().for_each(|t| t.encode().hash(&mut h)); | ||
| } |
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.
@bkirwi Do you think this change is correct? We don't require Timestamp to be Hash, so instead of requiring it, I'm pivoting to hasing the codec.
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.
Yeah, this is fine! Codec64 guarantees that it's equally unique, and since this is just a debug assert helper we don't have to worry too much about the (probably very small number of) extra cycles.
Signed-off-by: Moritz Hoffmann <[email protected]>
26058c6 to
2f8d051
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.
test change lgtm, thanks for triggering nightly
Update Columnar, Timely and Differential.
TODO:
The async operator builder in its current form will emit single-record containers.✔️ Also removed unsafe code.