[GitHub] [orc] belugabehr opened a new pull request #736: ORC-831: Do Not Copy String When Flushing Dictionary

2021-07-02 Thread GitBox
belugabehr opened a new pull request #736: URL: https://github.com/apache/orc/pull/736 ### What changes were proposed in this pull request? The code to flush first loads (copies) the data into a Text object and then writes it to the direct stream. Instead, pass the directStream t

[jira] [Created] (ORC-831) Do Not Copy String When Flushing Dictionary

2021-07-02 Thread David Mollitor (Jira)
David Mollitor created ORC-831: -- Summary: Do Not Copy String When Flushing Dictionary Key: ORC-831 URL: https://issues.apache.org/jira/browse/ORC-831 Project: ORC Issue Type: Improvement

[ANNOUNCE] Announcing Apache ORC 1.6.9

2021-07-02 Thread Dongjoon Hyun
Hi All. We are happy to announce the availability of Apache ORC 1.6.9! https://orc.apache.org/news/2021/07/02/ORC-1.6.9/ 1.6.9 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 Downl

[GitHub] [orc] belugabehr opened a new pull request #735: ORC-830: Do Not Copy String When Adding to StringHashTableDictionary

2021-07-02 Thread GitBox
belugabehr opened a new pull request #735: URL: https://github.com/apache/orc/pull/735 ### What changes were proposed in this pull request? When there is a collision adding a value into a StringHashTableDictionary, a temp Text object is created and then each value in the byte array is co

[jira] [Created] (ORC-830) Do Not Copy String When Adding to StringHashTableDictionary

2021-07-02 Thread David Mollitor (Jira)
David Mollitor created ORC-830: -- Summary: Do Not Copy String When Adding to StringHashTableDictionary Key: ORC-830 URL: https://issues.apache.org/jira/browse/ORC-830 Project: ORC Issue Type: Im

[GitHub] [orc] belugabehr opened a new pull request #734: ORC-829: Optimize Serialization percentileBits

2021-07-02 Thread GitBox
belugabehr opened a new pull request #734: URL: https://github.com/apache/orc/pull/734 ### What changes were proposed in this pull request? Optimize Serialization percentileBits method ### Why are the changes needed? Speed and simplicity ### How was this patch

[jira] [Created] (ORC-829) Optimize percentileBits

2021-07-02 Thread David Mollitor (Jira)
David Mollitor created ORC-829: -- Summary: Optimize percentileBits Key: ORC-829 URL: https://issues.apache.org/jira/browse/ORC-829 Project: ORC Issue Type: Improvement Reporter: David

[VOTE][RESULT] Release Apache ORC 1.6.9rc0

2021-07-02 Thread Dongjoon Hyun
The vote passes. Thanks to all who helped with the release! (* = binding) +1: - Dongjoon Hyun * - Panos Garefalakis * - William Hyun - Kyle Bendickson - Gang Wu * +0: None -1: None

Re: [VOTE] Should we release ORC 1.6.9rc0?

2021-07-02 Thread Dongjoon Hyun
Thank you all. This vote passed. I'll send a vote result email and proceed to release. Dongjoon. On Thu, Jul 1, 2021 at 11:12 AM Dongjoon Hyun wrote: > Thank you, Panos, William, Kyle, Gang. > > Bests, > Dongjoon > > On Wed, Jun 30, 2021 at 9:32 PM Gang Wu wrote: > >> +1. >> >> - Verified chec