Re: [VOTE] Release Apache Arrow 0.7.1 - RC1

2017-09-27 Thread Kouhei Sutou
Hi, In

Re: [VOTE] Release Apache Arrow 0.7.1 - RC1

2017-09-27 Thread Li Jin
+1 (non-binding) built and ran unit test for Java, C++ ran integration tests verified signature On Wed, Sep 27, 2017 at 6:45 PM, Bryan Cutler wrote: > +1 (non-binding) > > built and ran unit test for C++, Python, Java > ran integration tests > > On Wed, Sep 27, 2017 at 7:12

[jira] [Created] (ARROW-1622) [Plasma] Plasma doesn't compile with XCode 9

2017-09-27 Thread Philipp Moritz (JIRA)
Philipp Moritz created ARROW-1622: - Summary: [Plasma] Plasma doesn't compile with XCode 9 Key: ARROW-1622 URL: https://issues.apache.org/jira/browse/ARROW-1622 Project: Apache Arrow Issue

Re: [VOTE] Release Apache Arrow 0.7.1 - RC1

2017-09-27 Thread Bryan Cutler
+1 (non-binding) built and ran unit test for C++, Python, Java ran integration tests On Wed, Sep 27, 2017 at 7:12 AM, Wes McKinney wrote: > +1 (binding) > > using dev/release/verify-release-candidate.sh I > > * Verified signature, checksum on Linux > * Ran C++, Python (+

[jira] [Created] (ARROW-1621) Reduce Heap Usage per Vector

2017-09-27 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-1621: --- Summary: Reduce Heap Usage per Vector Key: ARROW-1621 URL: https://issues.apache.org/jira/browse/ARROW-1621 Project: Apache Arrow Issue Type:

Re: ArrowFileReader failing to read bytes written to Java output stream

2017-09-27 Thread Bryan Cutler
Hi Andrew, I do not see the attached code, maybe the attachments got stripped? Is it small enough to just inline in the message? Bryan On Wed, Sep 27, 2017 at 12:26 PM, Andrew Pham (BLOOMBERG/ 731 LEX) < apha...@bloomberg.net> wrote: > Also for reference, this is apparently Arrow Schema used

[jira] [Created] (ARROW-1620) Python: Download Boost in manylinux1 build from bintray

2017-09-27 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-1620: -- Summary: Python: Download Boost in manylinux1 build from bintray Key: ARROW-1620 URL: https://issues.apache.org/jira/browse/ARROW-1620 Project: Apache Arrow

Re: ArrowFileReader failing to read bytes written to Java output stream

2017-09-27 Thread Andrew Pham (BLOOMBERG/ 731 LEX)
Also for reference, this is apparently Arrow Schema used by the ArrowFileWriter to write to the output stream (given by root.getSchema().toString() and root.getSchema().toJson()): Schema { "fields" : [ { "name" : "price", "nullable" : true, "type" : { "name" :

[jira] [Created] (ARROW-1619) [Java] Correctly set "lastSet" for variable vectors in JsonReader

2017-09-27 Thread Bryan Cutler (JIRA)
Bryan Cutler created ARROW-1619: --- Summary: [Java] Correctly set "lastSet" for variable vectors in JsonReader Key: ARROW-1619 URL: https://issues.apache.org/jira/browse/ARROW-1619 Project: Apache Arrow

[jira] [Created] (ARROW-1618) See if the heap usage in vectors can be reduced.

2017-09-27 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-1618: --- Summary: See if the heap usage in vectors can be reduced. Key: ARROW-1618 URL: https://issues.apache.org/jira/browse/ARROW-1618 Project: Apache Arrow

Re: [VOTE] Release Apache Arrow 0.7.1 - RC1

2017-09-27 Thread Wes McKinney
+1 (binding) using dev/release/verify-release-candidate.sh I * Verified signature, checksum on Linux * Ran C++, Python (+ Parquet support), C, Java, JS (node 6.11.3) unit tests using dev/release/verify-release-candidate.bat on Windows / Visual Studio 2015 * * Ran C++ and Python unit tests (+

[VOTE] Release Apache Arrow 0.7.1 - RC1

2017-09-27 Thread Wes McKinney
Hello all, I'd like to propose the 2nd release candidate (rc1) of Apache Arrow version 0.7.1. This is a bugfix release from 0.7.0. The only difference between rc1 and rc0 was fixing an issue with the source release build for Windows users. The source release rc1 is hosted at [1]. This release

Re: ArrowFileReader failing to read bytes written to Java output stream

2017-09-27 Thread Andrew Pham (BLOOMBERG/ 731 LEX)
Thanks for taking a look! I've attached snippets of the code. I also suspect it has something to do with the way I'm defining the schema. I should note especially that the helper classes (the ArrowWriter and ArrowUtils) currently do not support transformations for array/struct data types;

Re: [VOTE] Release Apache Arrow 0.7.1 - RC0

2017-09-27 Thread Wes McKinney
-1 (binding) I verified the release on Linux (Ubuntu 14.04) with dev/release/verify-release-candidate.sh 0.7.1 0 and it passed perfectly (verifying C++, Python, C / GLib, Java, JS). I suggest others try the script out for this release Unfortunately, it turns out that for the source release

[jira] [Created] (ARROW-1617) [Python] Do not use symlinks in python/cmake_modules

2017-09-27 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1617: --- Summary: [Python] Do not use symlinks in python/cmake_modules Key: ARROW-1617 URL: https://issues.apache.org/jira/browse/ARROW-1617 Project: Apache Arrow