You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/11/08 04:58:56 UTC

[GitHub] [spark] dongjoon-hyun opened a new pull request #34512: [SPARK-37238][BUILD] Upgrade ORC to 1.6.12

dongjoon-hyun opened a new pull request #34512:
URL: https://github.com/apache/spark/pull/34512


   ### What changes were proposed in this pull request?
   
   This PR aims to upgrade Apache ORC from 1.6.11 to 1.6.12.
   
   ### Why are the changes needed?
   
   Apache ORC 1.6.12 has the following bug fixes (https://orc.apache.org/news/2021/11/07/ORC-1.6.12/)
   
   - ORC-1008 Overflow detection code is incorrect in IntegerColumnStatisticsImpl
   - ORC-1010 Bump tzdata from tzdata-2020e-1.tar.xz to tzdata-2021b-1.tar.xz
   - ORC-1024 BloomFilter hash computation is inconsistent between Java and C++ clients
   - ORC-1029 Could not load ‘org.apache.orc.DataMask.Provider’ when using orc encryption and spark executor with multi cores!
   - ORC-1034 The search byte array algorithm is incorrectly implemented in FileDump.java
   - ORC-1035 backupDataPath may be incorrect in recoverFile
   - ORC-1036 Due to tzdata upgrade, the fixed download links in CI are often not working
   - ORC-1040 Add Debian 11 docker test
   - ORC-1042 Ignore unused-function C++ compile warning on CentOS 7
   - ORC-1043 Fix C++ conversion compilation error in CentOS 7
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### 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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] dongjoon-hyun commented on pull request #34512: [SPARK-37238][BUILD][3.2] Upgrade ORC to 1.6.12

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


   Thank you so much for your reviewing and merging, @sarutak !


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #34512: [SPARK-37238][BUILD][3.2] Upgrade ORC to 1.6.12

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34512:
URL: https://github.com/apache/spark/pull/34512#issuecomment-962895476


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/144981/
   


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #34512: [SPARK-37238][BUILD][3.2] Upgrade ORC to 1.6.12

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34512:
URL: https://github.com/apache/spark/pull/34512#issuecomment-962813986


   **[Test build #144981 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144981/testReport)** for PR 34512 at commit [`355eb0e`](https://github.com/apache/spark/commit/355eb0e99ed9427b294ba350f9520bd118550c2f).


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34512: [SPARK-37238][BUILD][3.2] Upgrade ORC to 1.6.12

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34512:
URL: https://github.com/apache/spark/pull/34512#issuecomment-962860868


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/49452/
   


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] sarutak closed pull request #34512: [SPARK-37238][BUILD][3.2] Upgrade ORC to 1.6.12

Posted by GitBox <gi...@apache.org>.
sarutak closed pull request #34512:
URL: https://github.com/apache/spark/pull/34512


   


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #34512: [SPARK-37238][BUILD][3.2] Upgrade ORC to 1.6.12

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34512:
URL: https://github.com/apache/spark/pull/34512#issuecomment-962860868


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/49452/
   


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] sarutak commented on pull request #34512: [SPARK-37238][BUILD][3.2] Upgrade ORC to 1.6.12

Posted by GitBox <gi...@apache.org>.
sarutak commented on pull request #34512:
URL: https://github.com/apache/spark/pull/34512#issuecomment-962867194


   Merged to `branch-3.2`. Thank you @dongjoon-hyun !


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #34512: [SPARK-37238][BUILD][3.2] Upgrade ORC to 1.6.12

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34512:
URL: https://github.com/apache/spark/pull/34512#issuecomment-962834722


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/49452/
   


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #34512: [SPARK-37238][BUILD][3.2] Upgrade ORC to 1.6.12

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34512:
URL: https://github.com/apache/spark/pull/34512#issuecomment-962883992


   **[Test build #144981 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144981/testReport)** for PR 34512 at commit [`355eb0e`](https://github.com/apache/spark/commit/355eb0e99ed9427b294ba350f9520bd118550c2f).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #34512: [SPARK-37238][BUILD][3.2] Upgrade ORC to 1.6.12

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #34512:
URL: https://github.com/apache/spark/pull/34512#issuecomment-962813986


   **[Test build #144981 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144981/testReport)** for PR 34512 at commit [`355eb0e`](https://github.com/apache/spark/commit/355eb0e99ed9427b294ba350f9520bd118550c2f).


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] dongjoon-hyun commented on pull request #34512: [SPARK-37238][BUILD][3.2] Upgrade ORC to 1.6.12

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


   Could you review this please, @sarutak ?


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #34512: [SPARK-37238][BUILD][3.2] Upgrade ORC to 1.6.12

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34512:
URL: https://github.com/apache/spark/pull/34512#issuecomment-962853103


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/49452/
   


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34512: [SPARK-37238][BUILD][3.2] Upgrade ORC to 1.6.12

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34512:
URL: https://github.com/apache/spark/pull/34512#issuecomment-962895476


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/144981/
   


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org