Re: What factors influence pyarrow.__version__?

2017-12-27 Thread Robert Nishihara
Makes sense, thanks! On Wed, Dec 27, 2017 at 10:39 PM Uwe L. Korn wrote: > Hello Robert, > > the version number is determined with > https://github.com/pypa/setuptools_scm. Somewhere between 0.7.1 and 0.8, > we have accidentally used also the JS tags for determing the next version, > thus the 0.

Re: What factors influence pyarrow.__version__?

2017-12-27 Thread Uwe L. Korn
Hello Robert, the version number is determined with https://github.com/pypa/setuptools_scm. Somewhere between 0.7.1 and 0.8, we have accidentally used also the JS tags for determing the next version, thus the 0.3.1 version. This should have been fixed by https://github.com/apache/arrow/commit/

[jira] [Created] (ARROW-1952) [JS] 32b dense vector coercion

2017-12-27 Thread Leo Meyerovich (JIRA)
Leo Meyerovich created ARROW-1952: - Summary: [JS] 32b dense vector coercion Key: ARROW-1952 URL: https://issues.apache.org/jira/browse/ARROW-1952 Project: Apache Arrow Issue Type: New Feature

Re: Python - Does Array.from_pandas allow for type casting where values are truncated?

2017-12-27 Thread Bryan Cutler
Thanks Wes, having a flag would be just fine. On Tue, Dec 26, 2017 at 2:25 PM, Wes McKinney wrote: > hi Brian, > > It does not, but we could add a flag for this: > > https://issues.apache.org/jira/browse/ARROW-1949 > > - Wes > > On Fri, Dec 22, 2017 at 6:56 PM, Bryan Cutler wrote: > > Hi devs,

Re: arrow read/write examples in Java

2017-12-27 Thread Animesh Trivedi
Hello everyone, I solved the issue with my writer. Now everything is working fine, including HDFS file reads and writes. I also wrote a parquet to arrow converter (on HDFS) that works fine. I noticed that Arrow javadocs are still at the 0.7 release. Can someone please update them? FWIW: I wrote