[jira] [Created] (ARROW-7002) Support pandas nullable integer type Int64

2019-10-27 Thread Christian Roth (Jira)
Christian Roth created ARROW-7002: - Summary: Support pandas nullable integer type Int64 Key: ARROW-7002 URL: https://issues.apache.org/jira/browse/ARROW-7002 Project: Apache Arrow Issue Type:

[NIGHTLY] Arrow Build Report for Job nightly-2019-10-27-0

2019-10-27 Thread Crossbow
Arrow Build Report for Job nightly-2019-10-27-0 All tasks: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-10-27-0 Failed Tasks: - docker-clang-format: URL: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2019-10-27-0-circle-docker-clang-format - docke

[jira] [Created] (ARROW-7003) [Format] [Rust] Generate flatbuffers files in build script

2019-10-27 Thread Andy Grove (Jira)
Andy Grove created ARROW-7003: - Summary: [Format] [Rust] Generate flatbuffers files in build script Key: ARROW-7003 URL: https://issues.apache.org/jira/browse/ARROW-7003 Project: Apache Arrow Iss

Re: Possible Arrow 0.15.1 release

2019-10-27 Thread Krisztián Szűcs
Yes, here [1] is your issue and the solution at [2]. Although I'm unsure where should it eventually land. It is closer to crossbow due to the pygit2 dependency, but archery could be a better option. Added a comment, so we can discuss it further under the issue. [1]: https://issues.apache.org/jira/

Re: [DISCUSS][Java] Builders for java classes

2019-10-27 Thread Jacques Nadeau
+1 on the idea of enhancing builder interfaces. >>IntVectorBuilder addAll(int[] values); Let's make sure that anything like the above is efficient. People will judge the quality of the project on the efficiency of the methods we provide. If everybody starts using int[] to build Arrow vectors, we

Re: [VOTE] Release Apache Arrow 0.15.1 - RC0

2019-10-27 Thread Sutou Kouhei
+1 (binding) I ran the followings on Debian GNU/Linux sid: * TEST_CSHARP=0 \ JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 \ CUDA_TOOLKIT_ROOT=/usr \ dev/release/verify-release-candidate.sh source 0.15.1 0 * dev/release/verify-release-candidate.sh binaries 0.15.1 0 with: