-
Notifications
You must be signed in to change notification settings - Fork 21
Introduce CompactedRowEncoder #161
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?
Introduce CompactedRowEncoder #161
Conversation
|
@luoyuxia @AndreaBozzo Appreciate review here |
AndreaBozzo
left a comment
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
just added a very minor doc note
fresh-borzoni
left a comment
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.
@leekeiabstraction Thank you for the PR!
Left some comments. PTAL.
06c4962 to
f5a6864
Compare
# Conflicts: # crates/fluss/src/row/compacted/compacted_row_writer.rs # Conflicts: # crates/fluss/src/metadata/datatype.rs
f5a6864 to
a3ea206
Compare
|
@fresh-borzoni Addressed/answered your comments. PTAL |
Purpose
Linked issue: close #160
Testing
Existing tests for CompactedRow passes
Subsequent PR for #113 will introduce UpsertWriter and its test cases that will cover the code path of CompactedRowEncoder