[jira] [Created] (ARROW-8870) [Java] Make sure Netty Allocator has correct behavior with empty ArrowBuf

2020-05-20 Thread Ji Liu (Jira)
Ji Liu created ARROW-8870: - Summary: [Java] Make sure Netty Allocator has correct behavior with empty ArrowBuf Key: ARROW-8870 URL: https://issues.apache.org/jira/browse/ARROW-8870 Project: Apache Arrow

[jira] [Created] (ARROW-8871) [C++] Gandiva build failure

2020-05-20 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-8871: - Summary: [C++] Gandiva build failure Key: ARROW-8871 URL: https://issues.apache.org/jira/browse/ARROW-8871 Project: Apache Arrow Issue Type: Bug

[jira] [Created] (ARROW-8872) [CI] Travis-CI jobs fail on github fork (can't open file 'ci/detect-changes.py')

2020-05-20 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-8872: - Summary: [CI] Travis-CI jobs fail on github fork (can't open file 'ci/detect-changes.py') Key: ARROW-8872 URL: https://issues.apache.org/jira/browse/ARROW-8872 Proj

Re: [jira] [Created] (ARROW-8858) [FlightRPC] Ensure headers are uniformly exposed

2020-05-20 Thread Don Hilborn
Hello, How do I unsubscribe to these emails? On Tue, May 19, 2020 at 7:02 AM David Li (Jira) wrote: > David Li created ARROW-8858: > --- > > Summary: [FlightRPC] Ensure headers are uniformly exposed > Key: ARROW-8858 > U

[NIGHTLY] Arrow Build Report for Job nightly-2020-05-20-0

2020-05-20 Thread Crossbow
Arrow Build Report for Job nightly-2020-05-20-0 All tasks: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-05-20-0 Failed Tasks: - centos-8-amd64: URL: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-05-20-0-github-centos-8-amd64 - conda-linux-gcc

[ANNOUNCE] Apache Arrow 0.17.1 released

2020-05-20 Thread Krisztián Szűcs
The Apache Arrow community is pleased to announce the 0.17.1 release. This patch release includes 19 resolved issues ([1]) since the 0.17.0 release. The release is available now from our website, [2] and [3]: http://arrow.apache.org/install/ Release notes are available at: https://arrow.a

[jira] [Created] (ARROW-8873) Usage model for Object IDs. Object IDs don't disappear after delete

2020-05-20 Thread Abe Mammen (Jira)
Abe Mammen created ARROW-8873: - Summary: Usage model for Object IDs. Object IDs don't disappear after delete Key: ARROW-8873 URL: https://issues.apache.org/jira/browse/ARROW-8873 Project: Apache Arrow

[jira] [Created] (ARROW-8874) [C++][Dataset] Scanner::ToTable race when ScanTask exit early with an error

2020-05-20 Thread Francois Saint-Jacques (Jira)
Francois Saint-Jacques created ARROW-8874: - Summary: [C++][Dataset] Scanner::ToTable race when ScanTask exit early with an error Key: ARROW-8874 URL: https://issues.apache.org/jira/browse/ARROW-8874

Re: [C++] Revamping approach to Arrow compute kernel development

2020-05-20 Thread Wes McKinney
I'd guess I'm < 24 hours away from putting up my initial PR for this work. Since the work is large and (for all practical purposes) nearly impossible to separate into separately merge-ready PRs, I'll start a new e-mail thread describing what I've done in more detail and proposing a path for merging

[jira] [Created] (ARROW-8875) [C++] use AWS SDK SetResponseStreamFactory to avoid a copy of bytes

2020-05-20 Thread Remi Dettai (Jira)
Remi Dettai created ARROW-8875: -- Summary: [C++] use AWS SDK SetResponseStreamFactory to avoid a copy of bytes Key: ARROW-8875 URL: https://issues.apache.org/jira/browse/ARROW-8875 Project: Apache Arrow

[jira] [Created] (ARROW-8876) [C++] Implement casts from date types to Timestamp

2020-05-20 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8876: --- Summary: [C++] Implement casts from date types to Timestamp Key: ARROW-8876 URL: https://issues.apache.org/jira/browse/ARROW-8876 Project: Apache Arrow Issue T

[jira] [Created] (ARROW-8877) [Rust] add CSV read option struct to simplify datafusion interface

2020-05-20 Thread QP Hou (Jira)
QP Hou created ARROW-8877: - Summary: [Rust] add CSV read option struct to simplify datafusion interface Key: ARROW-8877 URL: https://issues.apache.org/jira/browse/ARROW-8877 Project: Apache Arrow Is

[jira] [Created] (ARROW-8878) how to install when behind a firewall?

2020-05-20 Thread Olaf (Jira)
Olaf created ARROW-8878: --- Summary: how to install when behind a firewall? Key: ARROW-8878 URL: https://issues.apache.org/jira/browse/ARROW-8878 Project: Apache Arrow Issue Type: Bug Component

Re: [C++] Revamping approach to Arrow compute kernel development

2020-05-20 Thread Wes McKinney
I just opened the PR https://github.com/apache/arrow/pull/7240 I'm sorry it's so big. I really think this is the best way. The only further work I plan to do on it is to get the CI passing. On Wed, May 20, 2020 at 12:26 PM Wes McKinney wrote: > > I'd guess I'm < 24 hours away from putting up my