You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/06/09 00:19:09 UTC

[GitHub] [orc] dchristle opened a new pull request #715: ORC-813: Upgrade ZSTD to 1.5.0

dchristle opened a new pull request #715:
URL: https://github.com/apache/orc/pull/715


   ### 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:
   - https://github.com/facebook/zstd/releases/tag/v1.5.0
   - https://github.com/facebook/zstd/releases/tag/v1.4.9
   - https://github.com/facebook/zstd/releases/tag/v1.4.8
   - https://github.com/facebook/zstd/releases/tag/v1.4.7
   
   
   ### How was this patch tested?
   Pass the CIs.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [orc] dongjoon-hyun commented on pull request #715: ORC-813: Upgrade ZSTD to 1.5.0

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #715:
URL: https://github.com/apache/orc/pull/715#issuecomment-869064025


   @dchristle . I added you to the Apache ORC contributor group and assigned ORC-813 to you. Thank you again.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [orc] wgtmac merged pull request #715: ORC-813: Upgrade ZSTD to 1.5.0

Posted by GitBox <gi...@apache.org>.
wgtmac merged pull request #715:
URL: https://github.com/apache/orc/pull/715


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [orc] dongjoon-hyun commented on pull request #715: ORC-813: Upgrade ZSTD to 1.5.0

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #715:
URL: https://github.com/apache/orc/pull/715#issuecomment-857872454


   Thank you, @wgtmac . I'll leave this for you. Feel free to merge this for Apache ORC 1.7.0.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [orc] wgtmac commented on pull request #715: ORC-813: Upgrade ZSTD to 1.5.0

Posted by GitBox <gi...@apache.org>.
wgtmac commented on pull request #715:
URL: https://github.com/apache/orc/pull/715#issuecomment-857799182


   > 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>
   > ```
   
   I have checked the release note and haven't found any format incompatible issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [orc] dongjoon-hyun commented on pull request #715: ORC-813: Upgrade ZSTD to 1.5.0

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #715:
URL: https://github.com/apache/orc/pull/715#issuecomment-857415786


   cc @wgtmac 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org