-
Notifications
You must be signed in to change notification settings - Fork 70
feat: add manifest related structures #91
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
Conversation
wgtmac
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.
Sorry that I haven't finished the review yet. It is a busy week :(
wgtmac
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.
Thanks for the update! It generally looks good to me.
src/iceberg/manifest_entry.h
Outdated
| std::unordered_map<int32_t, std::vector<uint8_t>> upper_bounds; | ||
| /// Field id: 131 | ||
| /// Implementation-specific key metadata for encryption | ||
| std::optional<std::vector<uint8_t>> key_metadata; |
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.
Yes, I believe an empty key_metadata is enough.
Add DataFile, ManifestEntry, ManifestFile, and ManifestList to Iceberg core. Support for parsing these data structures from Avro file will be added in future PRs.
Signed-off-by: Junwang Zhao <[email protected]>
Signed-off-by: Junwang Zhao <[email protected]>
Signed-off-by: Junwang Zhao <[email protected]>
Signed-off-by: Junwang Zhao <[email protected]>
Signed-off-by: Junwang Zhao <[email protected]>
…gthy lines" This reverts commit 7612e4a881966fbc7dc16a6d2ddeef181bc99c42.
Signed-off-by: Junwang Zhao <[email protected]>
wgtmac
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.
+1
Thanks!
|
No comments from my side |
Fokko
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.
Three minor things, apart from that, it looks good to me 👍
…files. Co-authored-by: Fokko Driesprong <[email protected]>
…sting files Co-authored-by: Fokko Driesprong <[email protected]>
Add DataFile, ManifestEntry, ManifestFile, and ManifestList to Iceberg core.
Support for parsing these data structures from Avro file will be added in future PRs.