Conversation
There was a problem hiding this comment.
Thank you for making a PR, @dchristle .
BTW, this PR updates Apache ORC C++ reader and writer while Apache ORC Java Reader and Writer is still behind because of the following. We need to verify that native ZSTD 1.5.0 works with old air compressor library.
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
<version>0.16</version>
</dependency>
|
cc @wgtmac |
I have checked the release note and haven't found any format incompatible issue. |
|
Thank you, @wgtmac . I'll leave this for you. Feel free to merge this for Apache ORC 1.7.0. |
wgtmac
left a comment
There was a problem hiding this comment.
+1 LGTM. Thanks @dchristle for contribution and @dongjoon-hyun for review!
|
@dchristle . I added you to the Apache ORC contributor group and assigned ORC-813 to you. Thank you again. |
What changes were proposed in this pull request?
This PR aims to upgrade ZSTD from 1.4.5 to 1.5.0.
Why are the changes needed?
This will bring in the latest performance improvements and bugfixes:
How was this patch tested?
Pass the CIs.