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

2023-06-24 Thread Gang Wu
I use clang 14 on my mac m1. ➜ clang -v Homebrew clang version 14.0.6 Target: arm64-apple-darwin21.6.0 Thread model: posix InstalledDir: /opt/homebrew/opt/llvm@14/bin I think the issue can only happen on non-x86 machines. This is the proposed fix: https://github.com/apache/orc/pull/1552 Best reg

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

2023-06-24 Thread Dongjoon Hyun
Thank you for testing and sharing. What is your environment? From 1.9, all docker environements are moved to at least Clang 14+. Dongjoon On Sat, Jun 24, 2023 at 6:40 PM Gang Wu wrote: > Thanks Dongjoon! > > I have verified checksum and signature. And also can confirm that the java > build wor

[jira] [Created] (ORC-1455) [C++] Fix build failure on non-x86 with unused macro in CpuInfoUtil.cc

2023-06-24 Thread Gang Wu (Jira)
Gang Wu created ORC-1455: Summary: [C++] Fix build failure on non-x86 with unused macro in CpuInfoUtil.cc Key: ORC-1455 URL: https://issues.apache.org/jira/browse/ORC-1455 Project: ORC Issue Type: B

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

2023-06-24 Thread Gang Wu
Thanks Dongjoon! I have verified checksum and signature. And also can confirm that the java build works as expected. However, when I tried to run the C++ build, it complains with following error: [ 46%] Building CXX object c++/src/CMakeFiles/orc.dir/Common.cc.o [ 47%] Building CXX object c++/src

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

2023-06-24 Thread Dongjoon Hyun
I'll start with my +1. RC0 is tested with all test coverages including unit tests, multiple docker os tests, Spark and Iceberg integration tests. Here is the summary. https://github.com/apache/orc/issues/1532 Dongjoon. On Fri, Jun 23, 2023 at 5:47 PM Dongjoon Hyun wrote: > Please vote on re