[jira] [Created] (ARROW-7804) [C++][R] Compile error on macOS 10.11

2020-02-07 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-7804: -- Summary: [C++][R] Compile error on macOS 10.11 Key: ARROW-7804 URL: https://issues.apache.org/jira/browse/ARROW-7804 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-7803) [R][CI] Autobrew/homebrew tests always install from master

2020-02-07 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-7803: -- Summary: [R][CI] Autobrew/homebrew tests always install from master Key: ARROW-7803 URL: https://issues.apache.org/jira/browse/ARROW-7803 Project: Apache Arrow

Re: [VOTE] Release Apache Arrow 0.16.0 - RC2

2020-02-07 Thread Neal Richardson
Homebrew PR is up: https://github.com/Homebrew/homebrew-core/pull/49908 On Fri, Feb 7, 2020 at 3:44 PM Neal Richardson wrote: > I'm working (with Jeroen) on the R package stuff, and I'll put together > the homebrew formula PR now. > > Neal > > On Fri, Feb 7, 2020 at 6:42 AM Andy Grove wrote:

[jira] [Created] (ARROW-7802) [C++] Support for LargeBinary and LargeString in the hash kernel

2020-02-07 Thread Zhuo Peng (Jira)
Zhuo Peng created ARROW-7802: Summary: [C++] Support for LargeBinary and LargeString in the hash kernel Key: ARROW-7802 URL: https://issues.apache.org/jira/browse/ARROW-7802 Project: Apache Arrow

Re: [VOTE] Release Apache Arrow 0.16.0 - RC2

2020-02-07 Thread Neal Richardson
I'm working (with Jeroen) on the R package stuff, and I'll put together the homebrew formula PR now. Neal On Fri, Feb 7, 2020 at 6:42 AM Andy Grove wrote: > Rust crates are published. Filed > https://issues.apache.org/jira/browse/ARROW-7794 for the arrow-flight > issue. > > On Fri, Feb 7, 2020

[jira] [Created] (ARROW-7801) [R][CI] Add lint and doc GitHub Action workflows

2020-02-07 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-7801: -- Summary: [R][CI] Add lint and doc GitHub Action workflows Key: ARROW-7801 URL: https://issues.apache.org/jira/browse/ARROW-7801 Project: Apache Arrow

[jira] [Created] (ARROW-7800) [Python] Expose GetRecordBatchReader API in PyArrow

2020-02-07 Thread Rollo Konig-brock (Jira)
Rollo Konig-brock created ARROW-7800: Summary: [Python] Expose GetRecordBatchReader API in PyArrow Key: ARROW-7800 URL: https://issues.apache.org/jira/browse/ARROW-7800 Project: Apache Arrow

[jira] [Created] (ARROW-7799) [R][CI] Remove flatbuffers from homebrew formulae

2020-02-07 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-7799: -- Summary: [R][CI] Remove flatbuffers from homebrew formulae Key: ARROW-7799 URL: https://issues.apache.org/jira/browse/ARROW-7799 Project: Apache Arrow

[jira] [Created] (ARROW-7798) [R] Refactor vector to Array conversion

2020-02-07 Thread Francois Saint-Jacques (Jira)
Francois Saint-Jacques created ARROW-7798: - Summary: [R] Refactor vector to Array conversion Key: ARROW-7798 URL: https://issues.apache.org/jira/browse/ARROW-7798 Project: Apache Arrow

[jira] [Created] (ARROW-7797) [Release][Rust] Fix arrow-flight's version in datafusion crate

2020-02-07 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-7797: -- Summary: [Release][Rust] Fix arrow-flight's version in datafusion crate Key: ARROW-7797 URL: https://issues.apache.org/jira/browse/ARROW-7797 Project: Apache

[jira] [Created] (ARROW-7796) arrow::write_* functions should return their inputs

2020-02-07 Thread Sam Albers (Jira)
Sam Albers created ARROW-7796: - Summary: arrow::write_* functions should return their inputs Key: ARROW-7796 URL: https://issues.apache.org/jira/browse/ARROW-7796 Project: Apache Arrow Issue

[jira] [Created] (ARROW-7795) [Rust - DataFusion] Support boolean negation (NOT)

2020-02-07 Thread Jorge (Jira)
Jorge created ARROW-7795: Summary: [Rust - DataFusion] Support boolean negation (NOT) Key: ARROW-7795 URL: https://issues.apache.org/jira/browse/ARROW-7795 Project: Apache Arrow Issue Type:

Re: [VOTE] Release Apache Arrow 0.16.0 - RC2

2020-02-07 Thread Andy Grove
Rust crates are published. Filed https://issues.apache.org/jira/browse/ARROW-7794 for the arrow-flight issue. On Fri, Feb 7, 2020 at 7:05 AM Andy Grove wrote: > I'll look at the Rust issue now. > > On Fri, Feb 7, 2020 at 3:27 AM Krisztián Szűcs > wrote: > >> Status of the post release tasks:

[jira] [Created] (ARROW-7794) [Rust] cargo publish fails for arrow-flight due to relative path to Flight.proto

2020-02-07 Thread Andy Grove (Jira)
Andy Grove created ARROW-7794: - Summary: [Rust] cargo publish fails for arrow-flight due to relative path to Flight.proto Key: ARROW-7794 URL: https://issues.apache.org/jira/browse/ARROW-7794 Project:

Re: [VOTE] Release Apache Arrow 0.16.0 - RC2

2020-02-07 Thread Andy Grove
I'll look at the Rust issue now. On Fri, Feb 7, 2020 at 3:27 AM Krisztián Szűcs wrote: > Status of the post release tasks: > > - [DONE] marking the released version as "RELEASED" on JIRA > - [DONE] rebase the master branch on top of the release branch > We have failing builds on the master

[NIGHTLY] Arrow Build Report for Job nightly-2020-02-07-0

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

Re: Arrow doesn't have a MapType

2020-02-07 Thread Francois Saint-Jacques
Arrow does have a Map type [1][2][3]. It is represented as a list of pairs. François [1] https://github.com/apache/arrow/blob/762202418541e843923b8cae640d15b4952a0af6/format/Schema.fbs#L60-L87 [2]

[jira] [Created] (ARROW-7793) [Java] If the child allocators leak memory the base allocator doesn't release its memory before throwing exception

2020-02-07 Thread Projjal Chanda (Jira)
Projjal Chanda created ARROW-7793: - Summary: [Java] If the child allocators leak memory the base allocator doesn't release its memory before throwing exception Key: ARROW-7793 URL:

Re: [VOTE] Release Apache Arrow 0.16.0 - RC2

2020-02-07 Thread Krisztián Szűcs
Status of the post release tasks: - [DONE] marking the released version as "RELEASED" on JIRA - [DONE] rebase the master branch on top of the release branch We have failing builds on the master because of the bumped version numbers, those must be fixed. - [DONE] rebase the pull requests -

[jira] [Created] (ARROW-7792) arrow::read_feather does not close connection to file

2020-02-07 Thread Martin (Jira)
Martin created ARROW-7792: - Summary: arrow::read_feather does not close connection to file Key: ARROW-7792 URL: https://issues.apache.org/jira/browse/ARROW-7792 Project: Apache Arrow Issue Type: Bug

[jira] [Created] (ARROW-7791) [C++] [Test] Fix building error "cannot bind lvalue"

2020-02-07 Thread Jiajia Li (Jira)
Jiajia Li created ARROW-7791: Summary: [C++] [Test] Fix building error "cannot bind lvalue" Key: ARROW-7791 URL: https://issues.apache.org/jira/browse/ARROW-7791 Project: Apache Arrow Issue

Arrow doesn't have a MapType

2020-02-07 Thread Shawn Yang
Hi guys, I'm writing an cross-language row-oriented serialization framework mainly for java/python for now. I detained many data types and schema, field, such as Byte, short, int, long, double, float, map, array, struct,. But then I find using Arrow schema is a better choice. Since my framework

[jira] [Created] (ARROW-7790) [Website] Update how to install Linux packages

2020-02-07 Thread Kouhei Sutou (Jira)
Kouhei Sutou created ARROW-7790: --- Summary: [Website] Update how to install Linux packages Key: ARROW-7790 URL: https://issues.apache.org/jira/browse/ARROW-7790 Project: Apache Arrow Issue

[jira] [Created] (ARROW-7789) Unknown error when using arrow::write_feather()  in R 3.5.3

2020-02-07 Thread Martin (Jira)
Martin created ARROW-7789: - Summary: Unknown error when using arrow::write_feather()  in R 3.5.3 Key: ARROW-7789 URL: https://issues.apache.org/jira/browse/ARROW-7789 Project: Apache Arrow Issue