-
Notifications
You must be signed in to change notification settings - Fork 70
feat: support decompress gzip metadata #108
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
|
@lidavidm @yingcai-cy Do you have any other comment? |
yingcai-cy
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
lidavidm
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.
No more comments. I think we will want a bit more abstraction eventually since presumably we will want to support other compression methods but this works for now.
|
Iceberg itself only requires gzip for metadata json file. Specific file format libraries we use for Parquet and Avro have already supported different codecs so we don't need to deal with them in both |
|
LGTM @dongxiao1198 , thanks for the review @wgtmac, @lidavidm and @yingcai-cy |
support gzip compressed metadata json