[jira] [Created] (ARROW-7611) [Packaging][Python] Artifacts patterns for wheel are wrong

2020-01-18 Thread Kouhei Sutou (Jira)
Kouhei Sutou created ARROW-7611: --- Summary: [Packaging][Python] Artifacts patterns for wheel are wrong Key: ARROW-7611 URL: https://issues.apache.org/jira/browse/ARROW-7611 Project: Apache Arrow

[jira] [Created] (ARROW-7612) [Packaging][Python] Artifact paths for Conda on WIndows are wrong

2020-01-18 Thread Kouhei Sutou (Jira)
Kouhei Sutou created ARROW-7612: --- Summary: [Packaging][Python] Artifact paths for Conda on WIndows are wrong Key: ARROW-7612 URL: https://issues.apache.org/jira/browse/ARROW-7612 Project: Apache Arrow

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

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

Re: [Format] Make fields required?

2020-01-18 Thread Antoine Pitrou
Ok, I've asked on the flatbuffers ML: https://groups.google.com/forum/#!topic/flatbuffers/PU2NG7ksWHU If we decide to do this, I agree it should probably be a 1.0.0 blocker. Best Regards Antoine. Le 17/01/2020 à 07:28, Micah Kornfield a écrit : > I too, couldn't find anything that says this

[jira] [Created] (ARROW-7613) [Rust] Remove redundant `::` prefixes

2020-01-18 Thread Gurwinder Singh (Jira)
Gurwinder Singh created ARROW-7613: -- Summary: [Rust] Remove redundant `::` prefixes Key: ARROW-7613 URL: https://issues.apache.org/jira/browse/ARROW-7613 Project: Apache Arrow Issue Type: Im

Re: [Java] Large Memory Allocators (Taking a dependency on JNA?)

2020-01-18 Thread Fan Liya
Hi Micah, Thanks for the good suggestion. JNA seems like a good and reasonable tool for allocating large memory chunks. How about we directly use Java UNSAFE API? It seems the allocateMemory API is also based on the malloc method of the native implementation [1]. Best, Liya Fan [1] http://hg.op