Re: [VOTE] Release Apache ORC 1.7.1 (RC0)

2021-11-04 Thread Gang Wu
+1. - Verified checksum and GPG. - Built and ran unit tests for both Java and C++ (on MacOS). On Fri, Nov 5, 2021 at 10:34 AM Yiqun Zhang wrote: > + 1 > > - C++ build and test on Mac > - Java build and test on Mac env with JDK11 > > > Test project

Re: [VOTE] Release Apache ORC 1.7.1 (RC0)

2021-11-04 Thread Yiqun Zhang
+ 1 - C++ build and test on Mac - Java build and test on Mac env with JDK11 Test project /Users/yiqunzhang/Downloads/orc-release-1.7.1rc0/build Start 1: orc-test 1/6 Test #1: orc-test . Passed4.93 sec Start 2: java-test 2/6 Test #2: java-test

Re: [VOTE] Release Apache ORC 1.6.12 (RC0)

2021-11-04 Thread Yiqun Zhang
+ 1 - C++ build and test on Mac - Java build and test on Mac env with JDK11 Test project /Users/yiqunzhang/Downloads/orc-release-1.6.12rc0/build Start 1: orc-test 1/7 Test #1: orc-test . Passed3.87 sec Start 2: java-test 2/7 Test #2: java-test

[GitHub] [orc] dongjoon-hyun commented on pull request #958: ORC-1041: Use `memcpy` during LZO decompression

2021-11-04 Thread GitBox
dongjoon-hyun commented on pull request #958: URL: https://github.com/apache/orc/pull/958#issuecomment-961175957 Also, cc @williamhyun . -- 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

[GitHub] [orc] dongjoon-hyun merged pull request #958: ORC-1041: Use `memcpy` during LZO decompression

2021-11-04 Thread GitBox
dongjoon-hyun merged pull request #958: URL: https://github.com/apache/orc/pull/958 -- 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:

Re: [VOTE] Release Apache ORC 1.6.12 (RC0)

2021-11-04 Thread Dongjoon Hyun
+1 1. Shasum and gpg sig checked. 2. Docker tests passed except Debian 11 with a known issue, ORC-1041. 3. Apache Spark integration test passed (RC0 staging + Spark 3.2.1-SNAPSHOT) https://github.com/dongjoon-hyun/spark/pull/74 Dongjoon On 2021/11/03 21:11:35 Dongjoon Hyun wrote: > Please

Re: [VOTE] Release Apache ORC 1.7.1 (RC0)

2021-11-04 Thread Dongjoon Hyun
+1 1. Shasum and gpg sig checked. 2. Docker tests passed except Debian 11 with a known issue,ORC-1041. 3. Apache Spark integration test passed (RC0 staging + Spark 3.3.0-SNAPSHOT) https://github.com/dongjoon-hyun/spark/pull/73 Dongjoon On 2021/11/03 19:11:55 Dongjoon Hyun wrote: > Please

[GitHub] [orc] guiyanakuang commented on pull request #958: ORC-1041: Fix the implementation of copy data blocks during LZO decompression

2021-11-04 Thread GitBox
guiyanakuang commented on pull request #958: URL: https://github.com/apache/orc/pull/958#issuecomment-960482274 > I am OK not to address the wrapper of bit_cast in this patch. @wgtmac Thanks for the review and approval -- This is an automated message from the Apache Git