[jira] [Created] (ARROW-6559) [Developer][C++] Add "archery" option to specify system toolchain for C++ builds

2019-09-13 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-6559: --- Summary: [Developer][C++] Add "archery" option to specify system toolchain for C++ builds Key: ARROW-6559 URL: https://issues.apache.org/jira/browse/ARROW-6559 Project:

[jira] [Created] (ARROW-6558) [C++] Refactor Iterator to a type erased handle

2019-09-13 Thread Benjamin Kietzman (Jira)
Benjamin Kietzman created ARROW-6558: Summary: [C++] Refactor Iterator to a type erased handle Key: ARROW-6558 URL: https://issues.apache.org/jira/browse/ARROW-6558 Project: Apache Arrow

Re: [RESULT] [VOTE] Alter Arrow binary protocol to address 8-byte Flatbuffer alignment requirements (2nd vote)

2019-09-13 Thread Neal Richardson
Nice work! On Fri, Sep 13, 2019 at 10:43 AM Wes McKinney wrote: > > Integration tests are passing: > > https://travis-ci.org/apache/arrow/jobs/584361357 > > I'm merging the feature branch into master. Thanks all > > On Thu, Sep 12, 2019 at 6:15 PM Wes McKinney wrote: > > > > Thanks all! > > > >

Re: [Java] CI test failures

2019-09-13 Thread Wes McKinney
I just merged the patch disabling the Gandiva JNI tests and have renamed ARROW-6509 to cover addressing the issue in Travis CI. CI builds on master should be passing again https://issues.apache.org/jira/browse/ARROW-6509 On Fri, Sep 13, 2019 at 9:32 AM Wes McKinney wrote: > > In https://travis-c

Re: [RESULT] [VOTE] Alter Arrow binary protocol to address 8-byte Flatbuffer alignment requirements (2nd vote)

2019-09-13 Thread Wes McKinney
Integration tests are passing: https://travis-ci.org/apache/arrow/jobs/584361357 I'm merging the feature branch into master. Thanks all On Thu, Sep 12, 2019 at 6:15 PM Wes McKinney wrote: > > Thanks all! > > It looks like all the changes are in, so we need to see if the > integration tests pass

[jira] [Created] (ARROW-6557) [Python] Always return pandas.Series from Array/ChunkedArray.to_pandas, propagate field names to Series from RecordBatch, Table

2019-09-13 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-6557: --- Summary: [Python] Always return pandas.Series from Array/ChunkedArray.to_pandas, propagate field names to Series from RecordBatch, Table Key: ARROW-6557 URL: https://issues.apache.

Re: [NIGHTLY] Arrow Build Report for Job nightly-2019-09-13-0

2019-09-13 Thread Wes McKinney
* The dask-integration test fixed was just fixed downstream so that should be passing tomorrow * My patch https://github.com/apache/arrow/pull/5373 fixes some of the Spark failures but there are some others that are unrelated to that patch, so will merge that today and leave further fixing for foll

Re: [Java] CI test failures

2019-09-13 Thread Wes McKinney
In https://travis-ci.org/apache/arrow/jobs/584463540#L6703 it seems that the Gandiva JNI tests are core dumping. In the interest of getting passing CI builds (which have been failing for days) I suggest that we disable these unit tests until the issue can be fixed On Thu, Sep 12, 2019 at 5:23 PM

[NIGHTLY] Arrow Build Report for Job nightly-2019-09-13-0

2019-09-13 Thread Crossbow
Arrow Build Report for Job nightly-2019-09-13-0 All tasks: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-13-0 Failed Tasks: - docker-dask-integration: URL: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-09-13-0-circle-docker-dask-integration

[jira] [Created] (ARROW-6556) [Python] prepare on pandas release without SparseDataFrame

2019-09-13 Thread Joris Van den Bossche (Jira)
Joris Van den Bossche created ARROW-6556: Summary: [Python] prepare on pandas release without SparseDataFrame Key: ARROW-6556 URL: https://issues.apache.org/jira/browse/ARROW-6556 Project: Apac