-
Notifications
You must be signed in to change notification settings - Fork 3k
Core: View history entry core implementation #6565
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
Core: View history entry core implementation #6565
Conversation
core/src/main/java/org/apache/iceberg/view/BaseViewHistoryEntry.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/apache/iceberg/view/ViewHistoryEntryParser.java
Outdated
Show resolved
Hide resolved
45fac9e to
c95e4a8
Compare
|
@jackye1995 I updated the PR so it should be a bit simpler now , I agree at this point we don't need the abstractions of base test classes . Thanks for the review! @jzhuge @rdblue let me know your thoughts on this! |
c95e4a8 to
6c7e37e
Compare
jackye1995
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.
looks good to me!
|
Also ping a few people in #4925 to as we are starting to get all the implementations in |
nastra
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.
overall LGTM but needs a few small updates
core/src/main/java/org/apache/iceberg/view/ViewHistoryEntryParser.java
Outdated
Show resolved
Hide resolved
core/src/test/java/org/apache/iceberg/view/TestViewHistoryEntryParser.java
Show resolved
Hide resolved
6c7e37e to
b8822f7
Compare
core/src/main/java/org/apache/iceberg/view/BaseViewHistoryEntry.java
Outdated
Show resolved
Hide resolved
|
Looks good other than the name of the history entry interface. Thanks, @amogh-jahagirdar! |
b8822f7 to
c48b23f
Compare
c48b23f to
144d30f
Compare
Co-authored-by: John Zhuge <[email protected]>
144d30f to
2c334da
Compare
|
LGTM! |
Co-authored-by: John Zhuge <[email protected]> (cherry picked from commit c05bde8)
Co-authored-by: John Zhuge [email protected]
Separating this PR from https://github.com/apache/iceberg/pull/6559/files#diff-2a70d3056d3d0cca0da3ff4ddabc83c41c06af2296f281a5b37c5b54ead98915 for easier review from the community.
This PR contains the core implementation for view history entry and parsing/serializing logic for view history logs.
cc : @jzhuge @rdblue @jackye1995