Re: [VOTE] Release Apache Parquet C++ 1.4.0 RC1

2018-03-01 Thread Renato Marroquín Mogrovejo
+1 (non-binding) Run release verification successfully on Ubuntu 16.04 2018-02-27 14:22 GMT+01:00 Uwe L. Korn : > +1 (binding) > > Tested successfully on macOS and Ubuntu 16.04 using > > ./dev/release/verify-release-candidate 1.4.0 1 > > On Tue, Feb 27, 2018, at 2:21 PM, Uwe L. Korn wrote: > > A

[jira] [Commented] (PARQUET-1209) locally defined symbol ... imported in function ..

2018-03-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16382528#comment-16382528 ] ASF GitHub Bot commented on PARQUET-1209: - rip-nsk opened a new pull request #44

Can't print complex columns

2018-03-01 Thread Hao Luo
Hi, I have a parquet file with repetitive nested fields. The schema looks like: c: OPTIONAL F:1 .c_tuple:REPEATED F:3 ..d: OPTIONAL INT64 R:1 D:3 ..e: OPTIONAL BOOLEAN R:1 D:3 ..f: OPTIONAL BINARY O:UTF8 R:1 D:3 When I try to dump the

Re: Can't print complex columns

2018-03-01 Thread Ryan Blue
Hi Hao, you might want to try parquet-cli, which uses Parquet's Avro support. That should be able to do what you're looking for. On Thu, Mar 1, 2018 at 2:02 PM, Hao Luo wrote: > Hi, > I have a parquet file with repetitive nested fields. The schema looks > like: > > c: OPTIONAL

[jira] [Updated] (PARQUET-1239) [C++] Arrow table reads error when overflowing capacity of BinaryArray

2018-03-01 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated PARQUET-1239: -- Summary: [C++] Arrow table reads error when overflowing capacity of BinaryArray (was: [Python

[jira] [Moved] (PARQUET-1239) [Python] ParquetFile.read does not accommodate large binary data

2018-03-01 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney moved ARROW-2242 to PARQUET-1239: -- Fix Version/s: (was: 0.9.0) cpp-1.5.0

[jira] [Commented] (PARQUET-1239) [C++] Arrow table reads error when overflowing capacity of BinaryArray

2018-03-01 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16382757#comment-16382757 ] Wes McKinney commented on PARQUET-1239: --- I moved this issue to Apache Parquet beca

Re: [VOTE] Release Apache Parquet C++ 1.4.0 RC1

2018-03-01 Thread Wes McKinney
I'm working on verifying the RC on Windows -- I may overrun the 72 hours so please bear with me but I will vote tomorrow / Friday On Thu, Mar 1, 2018 at 7:19 AM, Renato Marroquín Mogrovejo wrote: > +1 (non-binding) > > Run release verification successfully on Ubuntu 16.04 > > 2018-02-27 14:22 GMT