+1 (non-binding) I checked the following things:
- signatures are good. ``` gpg --verify orc-2.0.4.tar.gz.asc ``` - checksums are good. ``` sha256sum --check orc-2.0.4.tar.gz.sha256 ``` - build and test success from source code. ``` build make test-out Test project /tmp/v2.0.4-rc0/orc-2.0.4/build Start 1: orc-test 1/9 Test #1: orc-test ......................... Passed 4.71 sec Start 2: java-test 2/9 Test #2: java-test ........................ Passed 113.05 sec Start 3: java-examples-test 3/9 Test #3: java-examples-test ............... Passed 0.59 sec Start 4: java-tools-test 4/9 Test #4: java-tools-test .................. Passed 0.11 sec Start 5: java-bench-gen-test 5/9 Test #5: java-bench-gen-test .............. Passed 1.13 sec Start 6: java-bench-scan-test 6/9 Test #6: java-bench-scan-test ............. Passed 0.95 sec Start 7: java-bench-hive-test 7/9 Test #7: java-bench-hive-test ............. Passed 11.58 sec Start 8: java-bench-spark-test 8/9 Test #8: java-bench-spark-test ............ Passed 215.40 sec Start 9: tool-test 9/9 Test #9: tool-test ........................ Passed 10.29 sec 100% tests passed, 0 tests failed out of 9 Total Test time (real) = 357.84 sec Built target test-out ``` ``` java -version openjdk version "21.0.6" 2025-01-21 OpenJDK Runtime Environment Homebrew (build 21.0.6) OpenJDK 64-Bit Server VM Homebrew (build 21.0.6, mixed mode, sharing) ``` Dongjoon Hyun <dongj...@apache.org> 于2025年3月17日周一 11:17写道: > > Let me start with my +1 for releasing this package. > > I verified the following as the release manager. > - Source tarball (shasum and GPG signature) > - Java/C++ unit tests passed on the following environment > * Debian 11 and 12 > * Ubuntu 22.04 and 24.04 > * Fedora 37 > * OracleLinux 9 > * Amazon Linux 2023 > * MacOS 13, 14, and 15 > - Integration tests with Apache Spark 4.1.0 > * https://github.com/dongjoon-hyun/spark/pull/26 > > The release manager checklist is here. > - https://github.com/apache/orc/issues/2156 > > Best, > Dongjoon. > > > On 2025/03/17 01:39:55 Dongjoon Hyun wrote: > > Please vote on releasing the following candidate as Apache ORC version > > 2.0.4. This vote is open for the next 72 hours and passes if a majority +1 > > PMC votes are cast, with a minimum of 3 +1 votes. > > > > [ ] +1 Release this package as Apache ORC 2.0.4 > > [ ] -1 Do not release this package because ... > > > > TAG: > > https://github.com/apache/orc/releases/tag/v2.0.4-rc0 > > (commit: 8c2a03499e6e8a96524ab446b28ea9888e47206c) > > > > RELEASE FILES: > > https://dist.apache.org/repos/dist/dev/orc/v2.0.4-rc0 > > > > STAGING REPOSITORY: > > https://repository.apache.org/content/repositories/orgapacheorc-1091 > > > > LIST OF ISSUES: > > https://issues.apache.org/jira/projects/ORC/versions/12355303 > > https://github.com/apache/orc/milestone/37?closed=1 > > > > Thanks, > > Dongjoon. > >