+1 (non-binding)

I checked the following things:

- signatures are good.
```
gpg --verify orc-1.9.4.tar.gz.asc
```
- checksums are good.
```
sha256sum --check orc-1.9.4.tar.gz.sha256
```
- build and test success from source code.

```
make test-out
Test project /tmp/v1.9.4-rc0/orc-1.9.4/build
Start 1: orc-test
1/8 Test #1: orc-test ......................... Passed 5.42 sec
Start 2: java-test
2/8 Test #2: java-test ........................ Passed 132.79 sec
Start 3: java-tools-test
3/8 Test #3: java-tools-test .................. Passed 0.14 sec
Start 4: java-bench-gen-test
4/8 Test #4: java-bench-gen-test .............. Passed 1.85 sec
Start 5: java-bench-scan-test
5/8 Test #5: java-bench-scan-test ............. Passed 1.30 sec
Start 6: java-bench-hive-test
6/8 Test #6: java-bench-hive-test ............. Passed 11.83 sec
Start 7: java-bench-spark-test
7/8 Test #7: java-bench-spark-test ............ Passed 0.25 sec
Start 8: tool-test
8/8 Test #8: tool-test ........................ Passed 10.46 sec

100% tests passed, 0 tests failed out of 8

Total Test time (real) = 164.05 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)
```

Gang Wu <ust...@gmail.com> 于2024年7月15日周一 09:27写道:
>
> +1
>
> Thanks!
> Gang
>
> On Mon, Jul 15, 2024 at 1:17 AM Dongjoon Hyun <dongj...@apache.org> wrote:
>
> > +1
> >
> > Thank you for the releasing 1.9.4.
> >
> > I checked that the dependency change is aligned with Apache Spark 3.5.x.
> >
> > ORC-1721: Upgrade aircompressor to 0.27
> > SPARK-48494: Update airlift:aircompressor to 0.27
> >
> > Thank you, William.
> >
> > Dongjoon.
> >
> > On 2024/07/14 00:13:09 "William H." wrote:
> > > I will start with my +1.
> > >
> > > On Sat, Jul 13, 2024 at 5:12 PM William H. <williamhy...@gmail.com>
> > wrote:
> > > >
> > > > Please vote on releasing the following candidate as Apache ORC version
> > 1.9.4.
> > > >
> > > > [ ] +1 Release this package as Apache ORC 1.9.4
> > > > [ ] -1 Do not release this package because ...
> > > >
> > > > TAG:
> > > > https://github.com/apache/orc/releases/tag/v1.9.4-rc0
> > > >
> > > > RELEASE FILES:
> > > > https://dist.apache.org/repos/dist/dev/orc/v1.9.4-rc0
> > > >
> > > > STAGING REPOSITORY:
> > > > https://repository.apache.org/content/repositories/orgapacheorc-1081
> > > >
> > > > LIST OF ISSUES:
> > > > https://issues.apache.org/jira/projects/ORC/versions/12354602
> > > > https://github.com/apache/orc/milestone/30?closed=1
> > > >
> > > > This vote will be open for 72 hours.
> > > >
> > > > Best Regards,
> > > > William
> > >
> >

Reply via email to