-
Notifications
You must be signed in to change notification settings - Fork 485
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
ORC-1551: Use orc-format
1.0.0-beta
#1688
Conversation
orc-format
1.0.0-beta
orc-format
1.0.0-beta
orc-format
1.0.0-beta
5f38535
to
f6d48dd
Compare
f6d48dd
to
f191fa8
Compare
cc @williamhyun , @wgtmac , @guiyanakuang, @stiga-huang , @coderex2522 , @deshanxiao |
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 @dongjoon-hyun!
assertTrue(m.contains("Postscript: footerLength: 19 compression: NONE " + | ||
"compressionBlockSize: 65536 version: 19 version: 99 metadataLength: 0 " + | ||
"writerVersion: 1")); | ||
assertTrue(m.contains("Postscript: footer_length: 19 compression: NONE " + |
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.
I assume this file should not be affected.
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.
Ya, the error message contains the protobuf field names.
Thank you, @wgtmac and @guiyanakuang . To start and maintain As we know, The new C++ API and dump meta data follows an official ProtocolBuffers recommendation. So, I believe we can help and persuade the down-streams like Apache Arrow easily without many blockers. |
Let me merge this~ |
### What changes were proposed in this pull request? This PR aims to use `orc-format` `1.0.0-beta`. ### Why are the changes needed? `1.0.0-beta` has the following changes. - apache/orc-format#5 - apache/orc-format#4 - apache/orc-format#7 - apache/orc-format#9 ### How was this patch tested? Pass the CIs. Closes apache#1688 from dongjoon-hyun/ORC-1551. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
What changes were proposed in this pull request?
This PR aims to use
orc-format
1.0.0-beta
.Why are the changes needed?
1.0.0-beta
has the following changes.BASIC
rule orc-format#5Protocol Buffers
Linter orc-format#4CompressionKind.BROTLI
orc-format#7maven-enforcer-plugin
to enforce Java and Maven versions orc-format#9How was this patch tested?
Pass the CIs.