+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 <paliwalash...@gmail.com> 于2024年3月19日周二 09:09写道:
>
> +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 <dongj...@apache.org> wrote:
>
> > +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.class
> >       Last modified Jan 1, 2000; size 3158 bytes
> >       SHA-256 checksum
> >  30159ee5943ae676d807605a87206721a8761b2defbe5c9c1e8c3860c19be0a6
> >       Compiled from "Reader.java"
> >     public interface org.apache.orc.Reader extends java.io.Closeable
> >       minor version: 0
> >       major version: 52
> >
> >
> > Thank you so much, Gang.
> >
> > Dongjoon.
> >
> > On 2024/03/18 04:27:50 Gang Wu wrote:
> > > Please vote on releasing the following candidate as Apache ORC version
> > > 1.9.3.
> > >
> > > [ ] +1 Release this package as Apache ORC 1.9.3
> > > [ ] -1 Do not release this package because ...
> > >
> > > TAG:
> > > https://github.com/apache/orc/releases/tag/v1.9.3-rc0
> > >
> > > RELEASE FILES:
> > > https://dist.apache.org/repos/dist/dev/orc/v1.9.3-rc0
> > >
> > > STAGING REPOSITORY:
> > > https://repository.apache.org/content/repositories/orgapacheorc-1078
> > >
> > > LIST OF ISSUES:
> > > https://issues.apache.org/jira/projects/ORC/versions/12353961
> > > https://github.com/apache/orc/milestone/25?closed=1
> > >
> > > This vote will be open for at least 72 hours.
> > >
> > > Thanks,
> > > Gang
> > >
> >
>
>
> --
> thanks
> ashish

Reply via email to