Re: [VOTE] Release Apache ORC 1.9.3 (RC0)

2024-03-20 Thread Gang Wu
+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 .   Passed6.90 sec
> Start 2: java-test
> 2/8 Test #2: java-test    Passed  201.50 sec
> Start 3: java-tools-test
> 3/8 Test #3: java-tools-test ..   Passed0.16 sec
> Start 4: java-bench-gen-test
> 4/8 Test #4: java-bench-gen-test ..   Passed1.53 sec
> Start 5: java-bench-scan-test
> 5/8 Test #5: java-bench-scan-test .   Passed1.13 sec
> Start 6: java-bench-hive-test
> 6/8 Test #6: java-bench-hive-test .   Passed   59.61 sec
> Start 7: java-bench-spark-test
> 7/8 Test #7: java-bench-spark-test    Passed  263.71 sec
> Start 8: tool-test
> 8/8 Test #8: tool-test    Passed   11.21 sec
>
> 100% tests passed, 0 tests failed out of 8
>
> Total Test time (real) = 545.76 sec
> Built target test-out
>
> Thank you Gang for leading this release.
>
> Best,
> Yiqun
>
>
> William H.  于2024年3月20日周三 05:34写道:
>
> > +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 --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 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 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
> > >
> >
>


Re: [VOTE] Release Apache ORC 1.9.3 (RC0)

2024-03-19 Thread Yiqun Zhang
+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: java-tools-test
3/8 Test #3: java-tools-test ..   Passed0.16 sec
Start 4: java-bench-gen-test
4/8 Test #4: java-bench-gen-test ..   Passed1.53 sec
Start 5: java-bench-scan-test
5/8 Test #5: java-bench-scan-test .   Passed1.13 sec
Start 6: java-bench-hive-test
6/8 Test #6: java-bench-hive-test .   Passed   59.61 sec
Start 7: java-bench-spark-test
7/8 Test #7: java-bench-spark-test    Passed  263.71 sec
Start 8: tool-test
8/8 Test #8: tool-test    Passed   11.21 sec

100% tests passed, 0 tests failed out of 8

Total Test time (real) = 545.76 sec
Built target test-out

Thank you Gang for leading this release.

Best,
Yiqun


William H.  于2024年3月20日周三 05:34写道:

> +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 --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 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 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
> >
>


Re: [VOTE] Release Apache ORC 1.9.3 (RC0)

2024-03-19 Thread William H.
+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 --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 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 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
>


Re: [VOTE] Release Apache ORC 1.9.3 (RC0)

2024-03-18 Thread Shaoyun Chen
+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 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 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


Re: [VOTE] Release Apache ORC 1.9.3 (RC0)

2024-03-18 Thread Ashish
+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 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


Re: [VOTE] Release Apache ORC 1.9.3 (RC0)

2024-03-18 Thread Dongjoon Hyun
+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
>