[ANNOUNCE] Announcing Apache ORC 1.6.12

2021-11-07 Thread Dongjoon Hyun
Hi All. We are happy to announce the availability of Apache ORC 1.6.12! https://orc.apache.org/news/2021/11/07/ORC-1.6.12/ 1.6.12 is a maintenance release containing 10 important fixes. It's available in Apache Downloads and Maven Central. https://downloads.apache.org/orc/orc-1.6.12/

[GitHub] [orc] guiyanakuang commented on pull request #952: ORC-1004: Make orc writer support the selected vector

2021-11-07 Thread GitBox
guiyanakuang commented on pull request #952: URL: https://github.com/apache/orc/pull/952#issuecomment-962796005 > @guiyanakuang I am wondering whether the selected vector only applies to the root struct-typed column vector. And I am curious if this patch is a part of some other big work it

[GitHub] [orc] wgtmac commented on pull request #952: ORC-1004: Make orc writer support the selected vector

2021-11-07 Thread GitBox
wgtmac commented on pull request #952: URL: https://github.com/apache/orc/pull/952#issuecomment-962789109 @guiyanakuang I am wondering whether the selected vector only applies to the root struct-typed column vector. And I am curious if this patch is a part of some other big work items? -

[GitHub] [orc] wgtmac commented on a change in pull request #959: ORC-1047: [C++] Handle quoted field names during string schema parsing

2021-11-07 Thread GitBox
wgtmac commented on a change in pull request #959: URL: https://github.com/apache/orc/pull/959#discussion_r744389708 ## File path: c++/src/TypeImpl.cc ## @@ -218,7 +227,19 @@ namespace orc { if (i != 0) { result += ","; } -result += fieldNam

[VOTE][RESULT] Release Apache ORC 1.6.12 (RC0)

2021-11-07 Thread Dongjoon Hyun
The vote passed. Thanks to all who helped with the release! (* = binding) +1: - Dongjoon Hyun * - Yiqun Zhang - William Hyun * - Gang Wu * +0: None -1: None

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

2021-11-07 Thread Dongjoon Hyun
Thank you all! I'll conclude this vote. On Sun, Nov 7, 2021 at 6:32 PM Gang Wu wrote: > +1. > > - Verified checksum and GPG. > - Built and ran unit tests for both Java and C++. > > Best, > Gang > > On Sat, Nov 6, 2021 at 7:45 AM William Hyun wrote: > > > +1 > > > > I've verified shasum and sign

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

2021-11-07 Thread Gang Wu
+1. - Verified checksum and GPG. - Built and ran unit tests for both Java and C++. Best, Gang On Sat, Nov 6, 2021 at 7:45 AM William Hyun wrote: > +1 > > I've verified shasum and signature. > Also built and tested on Java 8 on MacOS. > > William > > On 2021/11/05 02:10:24 Yiqun Zhang wrote: >

[GitHub] [orc] dongjoon-hyun commented on pull request #959: ORC-1047: [C++] Handle quoted field names during string schema parsing

2021-11-07 Thread GitBox
dongjoon-hyun commented on pull request #959: URL: https://github.com/apache/orc/pull/959#issuecomment-962702886 cc @wgtmac -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [orc] dongjoon-hyun commented on pull request #959: ORC-1047: [C++] Handle quoted field names during string schema parsing

2021-11-07 Thread GitBox
dongjoon-hyun commented on pull request #959: URL: https://github.com/apache/orc/pull/959#issuecomment-962702801 Thank you for updating, @noirello . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [orc] dongjoon-hyun commented on pull request #958: ORC-1041: Use `memcpy` during LZO decompression

2021-11-07 Thread GitBox
dongjoon-hyun commented on pull request #958: URL: https://github.com/apache/orc/pull/958#issuecomment-962695811 This is backported to branch-1.7 for 1.7.2. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[ANNOUNCE] Announcing Apache ORC 1.7.1

2021-11-07 Thread Dongjoon Hyun
Hi All. We are happy to announce the availability of Apache ORC 1.7.1! https://orc.apache.org/news/2021/11/07/ORC-1.7.1/ 1.7.1 is a maintenance release containing 22 important fixes. It's available in Apache Downloads, Maven Central, and Homebrew. https://downloads.apache.org/orc/orc-1.

[VOTE][RESULT] Release Apache ORC 1.7.1 (RC0)

2021-11-07 Thread Dongjoon Hyun
The vote passed. Thanks to all who helped with the release! (* = binding) +1: - Dongjoon Hyun * - Yiqun Zhang - Gang Wu * - William Hyun * +0: None -1: None

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

2021-11-07 Thread Dongjoon Hyun
Thank you all. I'll conclude this vote. Dongjoon On Fri, Nov 5, 2021 at 4:23 PM William Hyun wrote: > +1 > > I've verified checksum and signature. > I've also built and tested on Java 8 on MacOS. > > William > > On 2021/11/05 05:21:46 Gang Wu wrote: > > +1. > > > > - Verified checksum and GPG.

[GitHub] [orc] noirello commented on pull request #959: ORC-1047: [C++] Handle quoted field names during string schema parsing

2021-11-07 Thread GitBox
noirello commented on pull request #959: URL: https://github.com/apache/orc/pull/959#issuecomment-962602508 I had to remove the field name with the non-ascii characters (`èœ`). It caused a runtime error: ![appveyor](https://user-images.githubusercontent.com/615790/140644889-054d0e