[jira] [Created] (ARROW-1092) More Decimal and scale flipped follow-up

2017-06-05 Thread Julien Le Dem (JIRA)
Julien Le Dem created ARROW-1092: Summary: More Decimal and scale flipped follow-up Key: ARROW-1092 URL: https://issues.apache.org/jira/browse/ARROW-1092 Project: Apache Arrow Issue Type: Bug

[jira] [Created] (ARROW-1091) Decimal scale and precision are flipped

2017-06-05 Thread Julien Le Dem (JIRA)
Julien Le Dem created ARROW-1091: Summary: Decimal scale and precision are flipped Key: ARROW-1091 URL: https://issues.apache.org/jira/browse/ARROW-1091 Project: Apache Arrow Issue Type: Bug

[jira] [Created] (ARROW-1090) [Python] build_ext usability

2017-06-05 Thread Jacob Scott (JIRA)
Jacob Scott created ARROW-1090: -- Summary: [Python] build_ext usability Key: ARROW-1090 URL: https://issues.apache.org/jira/browse/ARROW-1090 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-1089) [C++/Python] Add API to read an Arrow stream into either the stream or file formats on disk

2017-06-05 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1089: --- Summary: [C++/Python] Add API to read an Arrow stream into either the stream or file formats on disk Key: ARROW-1089 URL: https://issues.apache.org/jira/browse/ARROW-1089

Re: Arrow C# bindings

2017-06-05 Thread Uwe L. Korn
We have some benchmarks that test parts of the Arrow C++ library, e.g. https://github.com/apache/arrow/blob/master/cpp/src/arrow/builder-benchmark.cc and https://github.com/apache/arrow/blob/master/cpp/src/arrow/jemalloc/jemalloc-builder-benchmark.cc . These are only in the C++ part as the Java