+1 Dongjoon
On 2024/11/11 04:04:25 Shaoyun Chen wrote: > +1 (non-binding) > > I checked the following things: > > - signatures are good. > ``` > gpg --verify orc-1.9.5.tar.gz.asc > ``` > - checksums are good. > ``` > sha256sum --check orc-1.9.5.tar.gz.sha256 > ``` > - build and test success from source code. > > ``` > make test-out > Test project /tmp/v1.9.5-rc0/orc-1.9.5/build > Start 1: orc-test > 1/8 Test #1: orc-test ......................... Passed 5.15 sec > Start 2: java-test > 2/8 Test #2: java-test ........................ Passed 123.84 sec > Start 3: java-tools-test > 3/8 Test #3: java-tools-test .................. Passed 0.11 sec > Start 4: java-bench-gen-test > 4/8 Test #4: java-bench-gen-test .............. Passed 1.91 sec > Start 5: java-bench-scan-test > 5/8 Test #5: java-bench-scan-test ............. Passed 1.27 sec > Start 6: java-bench-hive-test > 6/8 Test #6: java-bench-hive-test ............. Passed 11.63 sec > Start 7: java-bench-spark-test > 7/8 Test #7: java-bench-spark-test ............ Passed 0.21 sec > Start 8: tool-test > 8/8 Test #8: tool-test ........................ Passed 10.22 sec > > 100% tests passed, 0 tests failed out of 8 > > Total Test time (real) = 154.36 sec > Built target test-out > ``` > > ``` > java -version > openjdk version "1.8.0_362" > OpenJDK Runtime Environment (Zulu 8.68.0.21-CA-macos-aarch64) (build > 1.8.0_362-b09) > OpenJDK 64-Bit Server VM (Zulu 8.68.0.21-CA-macos-aarch64) (build > 25.362-b09, mixed mode) > ``` > > Dongjoon Hyun <dongjoon.h...@gmail.com> 于2024年11月11日周一 10:33写道: > > > > Please vote on releasing the following candidate as Apache ORC version > > 1.9.5. This vote is open until November 14th 1AM (PST) and passes if a > > majority +1 PMC votes are cast, with a minimum of 3 +1 votes. > > > > [ ] +1 Release this package as Apache ORC 1.9.5 > > [ ] -1 Do not release this package because ... > > > > TAG: > > https://github.com/apache/orc/releases/tag/v1.9.5-rc0 > > > > RELEASE FILES: > > https://dist.apache.org/repos/dist/dev/orc/v1.9.5-rc0 > > > > STAGING REPOSITORY: > > https://repository.apache.org/content/repositories/orgapacheorc-1087 > > > > LIST OF ISSUES: > > https://issues.apache.org/jira/projects/ORC/versions/12354967 > > https://github.com/apache/orc/milestone/33?closed=1 > > > > Thanks, > > Dongjoon. >