[jira] [Comment Edited] (PARQUET-1407) Data loss on duplicate values with AvroParquetWriter/Reader

2018-08-29 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16596941#comment-16596941 ] Scott Carey edited comment on PARQUET-1407 at 8/30/18 5:41 AM: --- adding a

[jira] [Commented] (PARQUET-1407) Data loss on duplicate values with AvroParquetWriter/Reader

2018-08-29 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16596941#comment-16596941 ] Scott Carey commented on PARQUET-1407: -- adding a call to duplicate() fixes it. Apparently Spark

[jira] [Updated] (PARQUET-1407) Data loss on duplicate values with AvroParquetWriter/Reader

2018-08-29 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated PARQUET-1407: - Description: {code:java} public class Blah { private static Path parquetFile = new

[jira] [Created] (PARQUET-1407) Data loss on duplicate values with AvroParquetWriter/Reader

2018-08-29 Thread Scott Carey (JIRA)
Scott Carey created PARQUET-1407: Summary: Data loss on duplicate values with AvroParquetWriter/Reader Key: PARQUET-1407 URL: https://issues.apache.org/jira/browse/PARQUET-1407 Project: Parquet

[jira] [Commented] (PARQUET-1406) unit test fails on some cases

2018-08-29 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16596840#comment-16596840 ] Wes McKinney commented on PARQUET-1406: --- * parquet-cpp requires zlib, brotli, and snappy for its

[jira] [Commented] (PARQUET-1406) unit test fails on some cases

2018-08-29 Thread Peter Pan (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16596822#comment-16596822 ] Peter Pan commented on PARQUET-1406: >From ctest ^, it seems the failures are from unsupported

[jira] [Commented] (PARQUET-1406) unit test fails on some cases

2018-08-29 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16596771#comment-16596771 ] Wes McKinney commented on PARQUET-1406: --- Also, you'll have to use Arrow master for the time being

[jira] [Commented] (PARQUET-1406) unit test fails on some cases

2018-08-29 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16596768#comment-16596768 ] Wes McKinney commented on PARQUET-1406: --- Can you post the output of {{ctest -VV}}? > unit test

[jira] [Updated] (PARQUET-1406) unit test fails on some cases

2018-08-29 Thread Peter Pan (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Pan updated PARQUET-1406: --- Description: Hi, i'm trying to integrate parquet-cpp 1.5.0rc0 with arrow 0.10.0 and thrift 0.11.0

[jira] [Created] (PARQUET-1406) unit test fails on some cases

2018-08-29 Thread Peter Pan (JIRA)
Peter Pan created PARQUET-1406: -- Summary: unit test fails on some cases Key: PARQUET-1406 URL: https://issues.apache.org/jira/browse/PARQUET-1406 Project: Parquet Issue Type: Test

Re: [VOTE] Release Apache Parquet C++ 1.5.0 RC0

2018-08-29 Thread Uwe L. Korn
+1 (binding) Verified on Ubuntu 16.04 using `./dev/release/verify-release-candidate 1.5.0 0` On Wed, Aug 29, 2018, at 5:09 PM, Uwe L. Korn wrote: > All, > > I propose that we accept the following release candidate as the official > Apache Parquet C++ 1.5.0 release. > > Parquet C++ 1.5.0-rc0

[VOTE] Release Apache Parquet C++ 1.5.0 RC0

2018-08-29 Thread Uwe L. Korn
All, I propose that we accept the following release candidate as the official Apache Parquet C++ 1.5.0 release. Parquet C++ 1.5.0-rc0 includes the following: --- The CHANGELOG for the release is available at:

Re: Date and time for next Parquet sync

2018-08-29 Thread Nandor Kollar
Hi all, Yesterday we talked about the status of the columnar encryption, and agreed that before anything related to it gets released, we need a reviewed spec. Actually Gidon already opened PR for this: https://github.com/apache/parquet-format/pull/101, it is based on the design doc