[jira] [Created] (ORC-359) Use Gflags (Google Commandline Flags) instead of getopt

2018-05-04 Thread rip.nsk (JIRA)
rip.nsk created ORC-359: --- Summary: Use Gflags (Google Commandline Flags) instead of getopt Key: ORC-359 URL: https://issues.apache.org/jira/browse/ORC-359 Project: ORC Issue Type: Improvement

[GitHub] orc pull request #265: ORC-334: [C++] Add AppVeyor support for integration o...

2018-05-04 Thread omalley
Github user omalley commented on a diff in the pull request: https://github.com/apache/orc/pull/265#discussion_r186114158 --- Diff: c++/test/CreateTestFiles.cc --- @@ -31,8 +31,8 @@ void writeCustomOrcFile(const std::string& filename, const

[GitHub] orc pull request #249: [ORC-341] Support time zone as a parameter for Java r...

2018-05-04 Thread omalley
Github user omalley commented on a diff in the pull request: https://github.com/apache/orc/pull/249#discussion_r186140770 --- Diff: java/core/src/java/org/apache/orc/impl/writer/TimestampTreeWriter.java --- @@ -54,9 +57,20 @@ public TimestampTreeWriter(int columnId, if

[GitHub] orc pull request #249: [ORC-341] Support time zone as a parameter for Java r...

2018-05-04 Thread omalley
Github user omalley commented on a diff in the pull request: https://github.com/apache/orc/pull/249#discussion_r186134142 --- Diff: java/core/src/java/org/apache/orc/OrcFile.java --- @@ -761,6 +782,10 @@ public boolean getWriteVariableLengthBlocks() { public HadoopShims

[GitHub] orc pull request #249: [ORC-341] Support time zone as a parameter for Java r...

2018-05-04 Thread omalley
Github user omalley commented on a diff in the pull request: https://github.com/apache/orc/pull/249#discussion_r186137062 --- Diff: java/core/src/java/org/apache/orc/impl/writer/WriterImplV2.java --- @@ -373,7 +379,11 @@ private void flushStripe() throws IOException {

[GitHub] orc pull request #249: [ORC-341] Support time zone as a parameter for Java r...

2018-05-04 Thread omalley
Github user omalley commented on a diff in the pull request: https://github.com/apache/orc/pull/249#discussion_r186133762 --- Diff: java/core/src/java/org/apache/orc/OrcFile.java --- @@ -320,6 +321,16 @@ public ReaderOptions fileMetadata(final FileMetadata metadata) {

[GitHub] orc pull request #249: [ORC-341] Support time zone as a parameter for Java r...

2018-05-04 Thread omalley
Github user omalley commented on a diff in the pull request: https://github.com/apache/orc/pull/249#discussion_r186134015 --- Diff: java/core/src/java/org/apache/orc/OrcFile.java --- @@ -320,6 +321,16 @@ public ReaderOptions fileMetadata(final FileMetadata metadata) {

Zstd decoder support

2018-05-04 Thread Xiening Dai
Hi all, I think the major reason that we don’t support zstd compressor today is that there’s no native java library currently. But I do see a java decompressor in presto code base -

Re: Zstd decoder support

2018-05-04 Thread Dain Sundstrom
0.11 is released. -dain Sent from my iPhone > On May 4, 2018, at 1:41 PM, Owen O'Malley wrote: > > I just upgraded ORC to use aircompressor 0.10. I assume we'll want to move > to 0.11 before we use zstd? > > .. Owen > >> On Fri, May 4, 2018 at 12:49 PM, Dain Sundstrom

[GitHub] orc issue #249: [ORC-341] Support time zone as a parameter for Java reader a...

2018-05-04 Thread jcamachor
Github user jcamachor commented on the issue: https://github.com/apache/orc/pull/249 @wgtmac , @omalley , thanks for the feedback. I think I have addressed all your points with last two commits, could you take another look? Thanks ---

Re: Zstd decoder support

2018-05-04 Thread Owen O'Malley
I just upgraded ORC to use aircompressor 0.10. I assume we'll want to move to 0.11 before we use zstd? .. Owen On Fri, May 4, 2018 at 12:49 PM, Dain Sundstrom wrote: > The maintained location (and the version we use in prod) is: >

Re: Zstd decoder support

2018-05-04 Thread Dain Sundstrom
The maintained location (and the version we use in prod) is: https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd We plan on writing the compressor soon as we need it for our production systems. BTW we are about to do a release that fixes a bug with