[jira] [Created] (ARROW-7506) [Java] JMH benchmarks should be called from main methods

2020-01-06 Thread Liya Fan (Jira)
Liya Fan created ARROW-7506: --- Summary: [Java] JMH benchmarks should be called from main methods Key: ARROW-7506 URL: https://issues.apache.org/jira/browse/ARROW-7506 Project: Apache Arrow Issue

[jira] [Created] (ARROW-7505) [Java] Remove Netty dependency for ArrowBuf

2020-01-06 Thread Liya Fan (Jira)
Liya Fan created ARROW-7505: --- Summary: [Java] Remove Netty dependency for ArrowBuf Key: ARROW-7505 URL: https://issues.apache.org/jira/browse/ARROW-7505 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-7504) [GLib] Introduce value-returning garrow::check

2020-01-06 Thread Kenta Murata (Jira)
Kenta Murata created ARROW-7504: --- Summary: [GLib] Introduce value-returning garrow::check Key: ARROW-7504 URL: https://issues.apache.org/jira/browse/ARROW-7504 Project: Apache Arrow Issue

Re: Looking to 1.0

2020-01-06 Thread Neal Richardson
I'm all for maintaining a regular cadence of releases, but before we cast aside the idea of 1.0, I'd still encourage us to do the work of enumerating what truly must happen before we call a release 1.0 so that we can get it done. Otherwise, in April we're going to be talking about doing a 0.17

[jira] [Created] (ARROW-7503) [Rust] Rust builds are failing on master

2020-01-06 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-7503: -- Summary: [Rust] Rust builds are failing on master Key: ARROW-7503 URL: https://issues.apache.org/jira/browse/ARROW-7503 Project: Apache Arrow Issue

Re: Looking to 1.0

2020-01-06 Thread Bryan Cutler
I agree on a 0.16.0 release. In the meantime I'll try to help out with getting the Java side ready for 1.0. On Sat, Jan 4, 2020 at 7:21 PM Fan Liya wrote: > Hi Jacques, > > ARROW-4526 is interesting. I would like to try to resolve it. > Thanks a lot for the information. > > Best, > Liya Fan > >

[jira] [Created] (ARROW-7502) [Integration] Remove Spark Integration patch that not needed anymore

2020-01-06 Thread Bryan Cutler (Jira)
Bryan Cutler created ARROW-7502: --- Summary: [Integration] Remove Spark Integration patch that not needed anymore Key: ARROW-7502 URL: https://issues.apache.org/jira/browse/ARROW-7502 Project: Apache

[jira] [Created] (ARROW-7501) [C++] CMake build_thrift should build flex and bison if necessary

2020-01-06 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-7501: -- Summary: [C++] CMake build_thrift should build flex and bison if necessary Key: ARROW-7501 URL: https://issues.apache.org/jira/browse/ARROW-7501 Project: Apache

[jira] [Created] (ARROW-7500) [C++][Dataset] regex_error in hive partition on centos7 and opensuse42

2020-01-06 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-7500: -- Summary: [C++][Dataset] regex_error in hive partition on centos7 and opensuse42 Key: ARROW-7500 URL: https://issues.apache.org/jira/browse/ARROW-7500 Project:

[jira] [Created] (ARROW-7499) [C++] CMake should collect libs when making static build

2020-01-06 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-7499: -- Summary: [C++] CMake should collect libs when making static build Key: ARROW-7499 URL: https://issues.apache.org/jira/browse/ARROW-7499 Project: Apache Arrow

Re: [NIGHTLY] Arrow Build Report for Job nightly-2020-01-06-0

2020-01-06 Thread Joris Van den Bossche
I opened an issue for the pandas-master failure: https://issues.apache.org/jira/browse/ARROW-7497 On Mon, 6 Jan 2020 at 14:32, Crossbow wrote: > > Arrow Build Report for Job nightly-2020-01-06-0 > > All tasks: > https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-01-06-0 > >

[jira] [Created] (ARROW-7498) [C++][Dataset] Rename DataFragment/DataSource/PartitionScheme

2020-01-06 Thread Francois Saint-Jacques (Jira)
Francois Saint-Jacques created ARROW-7498: - Summary: [C++][Dataset] Rename DataFragment/DataSource/PartitionScheme Key: ARROW-7498 URL: https://issues.apache.org/jira/browse/ARROW-7498

[jira] [Created] (ARROW-7497) [Python] pandas master failures: pandas.util.testing is deprecated

2020-01-06 Thread Joris Van den Bossche (Jira)
Joris Van den Bossche created ARROW-7497: Summary: [Python] pandas master failures: pandas.util.testing is deprecated Key: ARROW-7497 URL: https://issues.apache.org/jira/browse/ARROW-7497

Re: [DRAFT] Apache Arrow Board Report January 2020

2020-01-06 Thread Antoine Pitrou
Perhaps also mention that we're dependent on enough capacity on GitHub Actions currently. I'm not sure how long their generosity will last :-) Le 06/01/2020 à 18:14, Wes McKinney a écrit : > There is still the question of how to manage CI tasks (e.g. > GPU-enabled, ARM-enabled) that are

Re: [DRAFT] Apache Arrow Board Report January 2020

2020-01-06 Thread Wes McKinney
There is still the question of how to manage CI tasks (e.g. GPU-enabled, ARM-enabled) that are unable to be run in GitHub Actions. We should probably mention that we've migrated off Travis CI, though. On Mon, Jan 6, 2020 at 11:07 AM Antoine Pitrou wrote: > > > Do we consider the CI issue solved?

Re: [DRAFT] Apache Arrow Board Report January 2020

2020-01-06 Thread Antoine Pitrou
Do we consider the CI issue solved? Le 06/01/2020 à 18:02, Wes McKinney a écrit : > Hi folks -- our quarterly ASF board report is due in 2 days. What > items would we like to add in the below sections? > > ## Description: > > The mission of Apache Arrow is the creation and maintenance of

[DRAFT] Apache Arrow Board Report January 2020

2020-01-06 Thread Wes McKinney
Hi folks -- our quarterly ASF board report is due in 2 days. What items would we like to add in the below sections? ## Description: The mission of Apache Arrow is the creation and maintenance of software related to columnar in-memory processing and data interchange ## Issues: There are no

Re: [C++] "nonexistent" or "non-existent"

2020-01-06 Thread Wes McKinney
I agree using a different terminology than "nonexistent" like "NotFound" would be good. If we use "nonexistent" then the hyphen-free spelling seems preferred On Sun, Dec 29, 2019 at 2:23 PM Micah Kornfield wrote: > > I'm not sure if all of the examples refer to the same thing, but "Not > Found"

[NIGHTLY] Arrow Build Report for Job nightly-2020-01-06-0

2020-01-06 Thread Crossbow
Arrow Build Report for Job nightly-2020-01-06-0 All tasks: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-01-06-0 Failed Tasks: - gandiva-jar-osx: URL: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-01-06-0-travis-gandiva-jar-osx -

[jira] [Created] (ARROW-7496) [CI][Gandiva] Use static protobuf dependency while building Gandiva jar

2020-01-06 Thread Projjal Chanda (Jira)
Projjal Chanda created ARROW-7496: - Summary: [CI][Gandiva] Use static protobuf dependency while building Gandiva jar Key: ARROW-7496 URL: https://issues.apache.org/jira/browse/ARROW-7496 Project: