+1 Verified build and tests * Linux * JDK 17
> On May 6, 2025, at 1:50 AM, Shaoyun Chen <c...@apache.org> wrote: > > +1 > > I checked the following things: > > - signatures are good. > ``` > gpg --verify orc-2.1.2.tar.gz.asc > ``` > - checksums are good. > ``` > sha256sum --check orc-2.1.2.tar.gz.sha256 > ``` > - build and test success from source code. > > ``` > Test project /tmp/v2.1.2-rc0/orc-2.1.2/build > Start 1: orc-test > 1/9 Test #1: orc-test ......................... Passed 9.37 sec > Start 2: java-test > 2/9 Test #2: java-test ........................ Passed 114.97 sec > Start 3: java-examples-test > 3/9 Test #3: java-examples-test ............... Passed 0.57 sec > Start 4: java-tools-test > 4/9 Test #4: java-tools-test .................. Passed 0.09 sec > Start 5: java-bench-gen-test > 5/9 Test #5: java-bench-gen-test .............. Passed 1.06 sec > Start 6: java-bench-scan-test > 6/9 Test #6: java-bench-scan-test ............. Passed 0.89 sec > Start 7: java-bench-hive-test > 7/9 Test #7: java-bench-hive-test ............. Passed 11.54 sec > Start 8: java-bench-spark-test > 8/9 Test #8: java-bench-spark-test ............ Passed 214.46 sec > Start 9: tool-test > 9/9 Test #9: tool-test ........................ Passed 9.05 sec > > 100% tests passed, 0 tests failed out of 9 > > Total Test time (real) = 362.01 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) > ``` > > William H. <williamhy...@gmail.com> 于2025年5月5日周一 04:03写道: >> >> +1 >> >> Thank you Dongjoon! >> >> On Sat, May 3, 2025 at 9:21 PM Gang Wu <ust...@gmail.com> wrote: >> >>> +1 >>> >>> Thank you Dongjoon! >>> >>> On Sun, May 4, 2025 at 9:02 AM Dongjoon Hyun <dongj...@apache.org> wrote: >>> >>>> I'll start with my +1. >>>> >>>> I verified the following. >>>> >>>> - 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-SNAPSHOT >>>> >>>> The release manager checklist is here. >>>> - https://github.com/apache/orc/issues/2210 >>>> >>>> Dongjoon. >>>> >>>> On 2025/05/03 22:45:25 Dongjoon Hyun wrote: >>>>> Please vote on releasing the following candidate as Apache ORC version >>>>> 2.1.2. This vote is open for at least 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.1.2 >>>>> [ ] -1 Do not release this package because ... >>>>> >>>>> TAG: >>>>> https://github.com/apache/orc/releases/tag/v2.1.2-rc0 >>>>> (commit: e955e2bb5a0c3c9a0bb24a9039405ecea1878444) >>>>> >>>>> RELEASE FILES: >>>>> https://dist.apache.org/repos/dist/dev/orc/v2.1.2-rc0 >>>>> >>>>> STAGING REPOSITORY: >>>>> https://repository.apache.org/content/repositories/orgapacheorc-1094 >>>>> >>>>> LIST OF ISSUES: >>>>> https://issues.apache.org/jira/projects/ORC/versions/12355830 >>>>> https://github.com/apache/orc/milestone/41?closed=1 >>>>> >>>>> Thanks, >>>>> Dongjoon. >>>>> >>>> >>>