[jira] [Created] (ARROW-2474) [Rust] Windows build fails in memory pool abstraction

2018-04-18 Thread Paddy Horan (JIRA)
Paddy Horan created ARROW-2474: -- Summary: [Rust] Windows build fails in memory pool abstraction Key: ARROW-2474 URL: https://issues.apache.org/jira/browse/ARROW-2474 Project: Apache Arrow Issue

[jira] [Created] (ARROW-2473) [Rust] List assertion error with list of zero length

2018-04-18 Thread Andy Grove (JIRA)
Andy Grove created ARROW-2473: - Summary: [Rust] List assertion error with list of zero length Key: ARROW-2473 URL: https://issues.apache.org/jira/browse/ARROW-2473 Project: Apache Arrow Issue Typ

[jira] [Created] (ARROW-2472) [Rust] The Schema and Fields types should not have public attributes

2018-04-18 Thread Andy Grove (JIRA)
Andy Grove created ARROW-2472: - Summary: [Rust] The Schema and Fields types should not have public attributes Key: ARROW-2472 URL: https://issues.apache.org/jira/browse/ARROW-2472 Project: Apache Arrow

Re: [Py] writing 2- or 4-byte decimal columns to Parquet

2018-04-18 Thread Wes McKinney
hi Colin, Phillip Cloud is the expert on this topic, but I believe we only support writing decimals to FIXED_LEN_BYTE_ARRAY physical type in Parquet right now https://github.com/apache/parquet-cpp/blob/master/src/parquet/arrow/writer.cc#L798 The size of the type depends on the decimal precision,

Re: [Py] writing 2- or 4-byte decimal columns to Parquet

2018-04-18 Thread Colin Nichols
Hi all, Any thoughts on the below? I did a little more code browsing and I'm not sure this is supported right now, should I open a Jira ticket? - Colin On Tue, Apr 17, 2018 at 11:11 PM, Colin Nichols wrote: > Hi there, > > I know (py)arrow has the decimal128() type, and using this type it's e

[jira] [Created] (ARROW-2471) [Rust] Assertion when pushing value to Builder/ListBuilder with zero capacity

2018-04-18 Thread Andy Grove (JIRA)
Andy Grove created ARROW-2471: - Summary: [Rust] Assertion when pushing value to Builder/ListBuilder with zero capacity Key: ARROW-2471 URL: https://issues.apache.org/jira/browse/ARROW-2471 Project: Apache

[jira] [Created] (ARROW-2470) [C++] FileGetSize() should not seek

2018-04-18 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-2470: - Summary: [C++] FileGetSize() should not seek Key: ARROW-2470 URL: https://issues.apache.org/jira/browse/ARROW-2470 Project: Apache Arrow Issue Type: Improv

[jira] [Created] (ARROW-2469) Make out arguments last in ReadMessage API.

2018-04-18 Thread Robert Nishihara (JIRA)
Robert Nishihara created ARROW-2469: --- Summary: Make out arguments last in ReadMessage API. Key: ARROW-2469 URL: https://issues.apache.org/jira/browse/ARROW-2469 Project: Apache Arrow Issue

Re: Requirements for a 0.9.1 release

2018-04-18 Thread Wes McKinney
hi Uwe, > As this is a patch release, I would exclude the newly added Go and Rust > implementations from it. Do you intend to modify the source release scripts? The Go implementations include some code from the Go project (this needs to be included in the LICENSE file), but otherwise it might be