[GitHub] [orc] autumnust opened a new pull request #910: [DRAFT] Attempting to fix the maven enforcer issue in main branch

2021-09-15 Thread GitBox
autumnust opened a new pull request #910: URL: https://github.com/apache/orc/pull/910 ### What changes were proposed in this pull request? While working on another PR, I found the head of main failed in GA with the failure like below. `Error: Failed to execute goal

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

2021-09-15 Thread Dongjoon Hyun
The vote passes. Thanks to all who helped with the release! (* = binding) +1: - Owen O'Malley * - William Hyun - Dongjoon Hyun * - Yiqun Zhang - Panos Garefalakis * - Pavan Lanka - Gang Wu * +0: None -1: None

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

2021-09-15 Thread Dongjoon Hyun
Thank you all. I'll conclude this vote. On Wed, Sep 15, 2021 at 9:05 PM Gang Wu wrote: > +1. > > - Verified checksum and GPG. > - Built and ran unit tests for both Java and C++. > > Best, > Gang > > On Wed, Sep 15, 2021 at 9:59 PM Pavan Lanka > wrote: > > > +1 (non-binding) > > > > Performed th

[ANNOUNCE] Announcing Apache ORC 1.5.13

2021-09-15 Thread Dongjoon Hyun
Hi All. Since Apache ORC 1.5.0 was released on May 14th, 2018, branch-1.5 has been maintained over 3 years. Now, we are happy to announce the availability of Apache ORC 1.5.13! https://orc.apache.org/news/2021/09/15/ORC-1.5.13/ It's available in Apache Downloads and Maven Central. https

[ANNOUNCE] Announcing Apache ORC 1.6.11

2021-09-15 Thread Dongjoon Hyun
Hi All. We are happy to announce the availability of Apache ORC 1.6.11! https://orc.apache.org/news/2021/09/15/ORC-1.6.11/ 1.6.11 is a maintenance release containing several important fixes. This release is based on the branch-1.6 maintenance branch of Apache ORC. It's available in Apache Do

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

2021-09-15 Thread Dongjoon Hyun
The vote passes. Thanks to all who helped with the release! (* = binding) +1: - Dongjoon Hyun * - Owen O'Malley * - William Hyun - Panos Garefalakis * +0: None -1: None

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

2021-09-15 Thread Gang Wu
+1. - Verified checksum and GPG. - Built and ran unit tests for both Java and C++. Best, Gang On Wed, Sep 15, 2021 at 9:59 PM Pavan Lanka wrote: > +1 (non-binding) > > Performed the following: > * C++ build and test > * Java build and test > * Manual testing of the filters > * Built and tested

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

2021-09-15 Thread Dongjoon Hyun
Thank you all. I'll conclude this vote. On 2021/09/15 16:55:46, Panos Garefalakis wrote: > +1 (binding) > > * Checked gpg sign & checksum > * Built / tested Java lib with benchmark & analyze profiles on 1.5 branch > > Cheers, > Panagiotis > > On Wed, Sep 15, 2021 at 4:59 AM William Hyun wrot

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

2021-09-15 Thread Dongjoon Hyun
The vote passes. Thanks to all who helped with the release! (* = binding) +1: - Dongjoon Hyun * - Yiqun Zhang - Panos Garefalakis * - Pavan Lanka - Owen O'Malley * - William Hyun +0: None -1: None

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

2021-09-15 Thread Dongjoon Hyun
Thank you all! I'll conclude the vote. On 2021/09/15 01:53:28, William Hyun wrote: > +1 > > - Checked gpg sign and checksum > - Built and tested java from the source on mac env with Java8. > > William > > On 2021/09/14 23:23:48, "Owen O'Malley" wrote: > > +1 (binding) > > > > * Ran the do

[jira] [Created] (ORC-999) [C++] Add PredicateDataType in PredicateLeaf::toString() and Literal::toString()

2021-09-15 Thread Quanlong Huang (Jira)
Quanlong Huang created ORC-999: -- Summary: [C++] Add PredicateDataType in PredicateLeaf::toString() and Literal::toString() Key: ORC-999 URL: https://issues.apache.org/jira/browse/ORC-999 Project: ORC

[GitHub] [orc] autumnust opened a new pull request #909: Sharing compression output buffer among treeWriter: Refactoring within OutStream for portability

2021-09-15 Thread GitBox
autumnust opened a new pull request #909: URL: https://github.com/apache/orc/pull/909 ### What changes were proposed in this pull request? There's individual instance of `OutStream` within each TreeWriter created by `WriterContext#createStream` method. Within `OutStream`,

[jira] [Created] (ORC-998) Refactor compression output buffer within OutStream for better portability

2021-09-15 Thread Lei Sun (Jira)
Lei Sun created ORC-998: --- Summary: Refactor compression output buffer within OutStream for better portability Key: ORC-998 URL: https://issues.apache.org/jira/browse/ORC-998 Project: ORC Issue Type: N

[jira] [Created] (ORC-997) Share compress output buffer among TreeWriter

2021-09-15 Thread Lei Sun (Jira)
Lei Sun created ORC-997: --- Summary: Share compress output buffer among TreeWriter Key: ORC-997 URL: https://issues.apache.org/jira/browse/ORC-997 Project: ORC Issue Type: New Feature Component

[jira] [Created] (ORC-996) Investigate regression in file size in HT implementation of dictionary

2021-09-15 Thread Lei Sun (Jira)
Lei Sun created ORC-996: --- Summary: Investigate regression in file size in HT implementation of dictionary Key: ORC-996 URL: https://issues.apache.org/jira/browse/ORC-996 Project: ORC Issue Type: Impro

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

2021-09-15 Thread Panos Garefalakis
+1 (binding) * Checked gpg sign & checksum * Built / tested Java lib with benchmark & analyze profiles on 1.5 branch Cheers, Panagiotis On Wed, Sep 15, 2021 at 4:59 AM William Hyun wrote: > +1 > > - Checked gpg sign and checksum > - Built and tested java from the source on mac env with Java8.

[GitHub] [orc] dongjoon-hyun commented on pull request #908: ORC-995: Failed to build Java library. Declare dependence orc-shims

2021-09-15 Thread GitBox
dongjoon-hyun commented on pull request #908: URL: https://github.com/apache/orc/pull/908#issuecomment-920143664 Thank you for the confirming, @guiyanakuang . :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

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

2021-09-15 Thread Pavan Lanka
+1 (non-binding) Performed the following: * C++ build and test * Java build and test * Manual testing of the filters * Built and tested Spark 3.x with 1.7.0 - there are a couple of minor test failures, one a result of SearchArgument String representation and another a result of the minor increas

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

2021-09-15 Thread Panos Garefalakis
+1 (binding) * Checked gpg sign & checksum * Tested Docker on 1.6 branch * Built / tested Java lib with benchmark & analyze profiles Cheers, Panagiotis On Wed, Sep 15, 2021 at 12:54 PM guiyanakuang wrote: > +1 > - C++ build and test on Mac - Java build and test on Mac env with OpenJDK11 > Yiqu

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

2021-09-15 Thread Panos Garefalakis
+1 (binding) * Checked gpg sign & checksum * Tested Docker on 1.7 branch * Built / tested Java lib with benchmark & analyze profiles Cheers, Panagiotis On Wed, Sep 15, 2021 at 1:26 PM guiyanakuang wrote: > +1 > - C++ build and test on Mac - Java build and test on Mac env with OpenJDK11 > Yiqun

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

2021-09-15 Thread guiyanakuang
+1 - C++ build and test on Mac - Java build and test on Mac env with OpenJDK11 Yiqun Zhang 在 2021年9月15日 11:01,Dongjoon Hyun 写道: +1 1. Shasum and gpg sig checked. 2. Built and ran the C++/Java tests (including tools/example/bench) from the source Test project /Users/dongjoon/RC/orc-1.7.0/build S

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

2021-09-15 Thread guiyanakuang
+1 - C++ build and test on Mac - Java build and test on Mac env with OpenJDK11 Yiqun Zhang 在 2021年9月15日 09:53,William Hyun 写道: +1 - Checked gpg sign and checksum - Built and tested java from the source on mac env with Java8. William On 2021/09/14 23:23:48, "Owen O'Malley" wrote: > +1 (binding)