+1 from myself.
Thank you all! I will conclude the vote shortly.
Best,
Gang
On Wed, Mar 20, 2024 at 11:25 AM Yiqun Zhang wrote:
> +1
>
> - Built and tested C++/Java on macOS (intel) 14.4 and openjdk 17.0.10
> - Shasum and gpg sig checked
>
> Start 1: orc-test
> 1/8 Test #1: orc-test ..
+1
- Built and tested C++/Java on macOS (intel) 14.4 and openjdk 17.0.10
- Shasum and gpg sig checked
Start 1: orc-test
1/8 Test #1: orc-test . Passed6.90 sec
Start 2: java-test
2/8 Test #2: java-test Passed 201.50 sec
Start 3:
+1
Thank you Gang for leading this release.
Best Regards,
William
On Mon, Mar 18, 2024 at 10:51 PM Shaoyun Chen wrote:
> +1 (non-binding)
>
> I checked the following things:
>
> - signatures are good.
> ```
> gpg --verify orc-1.9.3.tar.gz.asc
> ```
> - checksums are good.
> ```
> sha256sum --c
+1 (non-binding)
I checked the following things:
- signatures are good.
```
gpg --verify orc-1.9.3.tar.gz.asc
```
- checksums are good.
```
sha256sum --check orc-1.9.3.tar.gz.sha256
```
- build and test success from source code.
Ashish 于2024年3月19日周二 09:09写道:
>
> +1 (non-binding)
>
> - validated
+1 (non-binding)
- validated the checksum
- ran the java build, all test cases pass on M1 Mac on java 1.8
bash-5.1$ java -version
openjdk version "1.8.0_342"
On Mon, Mar 18, 2024 at 9:36 AM Dongjoon Hyun wrote:
> +1
>
> - Verified the checksum and sigs
> - Verified the source tarball
> - Built
+1
- Verified the checksum and sigs
- Verified the source tarball
- Built and tested from source with Java 17.0.10 on MacOS 14.4/AppleSilicon.
- Verified the published Maven Artifacts are built with Java 8.
$ javap -verbose Reader.class
Classfile /Users/dongjoon/RC/org/apache/orc/Reader.