[jira] [Created] (ARROW-7954) [Packaging][Crossbow] travis-gandiva-jar-osx job fails to upload jar to github releases page

2020-02-26 Thread Prudhvi Porandla (Jira)
Prudhvi Porandla created ARROW-7954: --- Summary: [Packaging][Crossbow] travis-gandiva-jar-osx job fails to upload jar to github releases page Key: ARROW-7954 URL: https://issues.apache.org/jira/browse/ARROW-7954

[jira] [Created] (ARROW-7953) LocalFileSystem did not implement the method delete()

2020-02-26 Thread Liang Zhang (Jira)
Liang Zhang created ARROW-7953: -- Summary: LocalFileSystem did not implement the method delete() Key: ARROW-7953 URL: https://issues.apache.org/jira/browse/ARROW-7953 Project: Apache Arrow Issue

Re: Coordinating / scheduling C++ Parquet-Arrow nested data work (ARROW-1644 and others)

2020-02-26 Thread Wes McKinney
hi Micah -- great news on the level generation PR. I'll try to carve out some time for reviewing over the coming week. On Wed, Feb 26, 2020 at 3:10 AM Micah Kornfield wrote: > > Hi Igor, > I was wondering if you have made any progress on this? > > I posted a new PR [1] which I believe handles

[jira] [Created] (ARROW-7952) [C++][Parquet] Error when failing to read original Arrow schema from Parquet metadata

2020-02-26 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-7952: --- Summary: [C++][Parquet] Error when failing to read original Arrow schema from Parquet metadata Key: ARROW-7952 URL: https://issues.apache.org/jira/browse/ARROW-7952

[jira] [Created] (ARROW-7951) Expose BYTE_STREAM_SPLIT to pyarrow

2020-02-26 Thread Martin Radev (Jira)
Martin Radev created ARROW-7951: --- Summary: Expose BYTE_STREAM_SPLIT to pyarrow Key: ARROW-7951 URL: https://issues.apache.org/jira/browse/ARROW-7951 Project: Apache Arrow Issue Type:

Re: [DISCUSS] Flight testing inconsistency for empty batches

2020-02-26 Thread Wes McKinney
I agree with independent validation. On Tue, Feb 25, 2020 at 2:55 PM David Li wrote: > > Hey Bryan, > > Thanks for looking into this issue. I would vote that we should > validate each batch independently, so we can catch issues related to > the structure of the data and not just the content. C++

Join Arrow Mailing List

2020-02-26 Thread Nitin Pasumarthy
Hi, Can you please add me to the mailing list? -- Nitin @ LinkedIn

[jira] [Created] (ARROW-7950) [Python

2020-02-26 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-7950: --- Summary: [Python Key: ARROW-7950 URL: https://issues.apache.org/jira/browse/ARROW-7950 Project: Apache Arrow Issue Type: Improvement Reporter: Wes

Re: Python 2.7 support removed

2020-02-26 Thread Wes McKinney
Perhaps we can make one more major release with 3.5 and then drop. 3.5 is the default in some Linux distributions so there is some value in getting a reasonably up-to-date wheel when using the system python-pip On Wed, Feb 26, 2020 at 6:21 AM Antoine Pitrou wrote: > > > I would also be in favour

[jira] [Created] (ARROW-7949) Update to '.gitignore' to not track user specific 'cpp/Brewfile.lock.json' file

2020-02-26 Thread Tarek Allam (Jira)
Tarek Allam created ARROW-7949: -- Summary: Update to '.gitignore' to not track user specific 'cpp/Brewfile.lock.json' file Key: ARROW-7949 URL: https://issues.apache.org/jira/browse/ARROW-7949 Project:

[jira] [Created] (ARROW-7948) [Go][Integration] Decimal integration failures

2020-02-26 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-7948: - Summary: [Go][Integration] Decimal integration failures Key: ARROW-7948 URL: https://issues.apache.org/jira/browse/ARROW-7948 Project: Apache Arrow Issue

[jira] [Created] (ARROW-7947) [Rust] [Flight] [DataFusion] Implement example for get_schema

2020-02-26 Thread Andy Grove (Jira)
Andy Grove created ARROW-7947: - Summary: [Rust] [Flight] [DataFusion] Implement example for get_schema Key: ARROW-7947 URL: https://issues.apache.org/jira/browse/ARROW-7947 Project: Apache Arrow

[jira] [Created] (ARROW-7946) [C++] Deduplicate schema equivalence checks

2020-02-26 Thread Ben Kietzman (Jira)
Ben Kietzman created ARROW-7946: --- Summary: [C++] Deduplicate schema equivalence checks Key: ARROW-7946 URL: https://issues.apache.org/jira/browse/ARROW-7946 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-7945) [C++][Dataset] Implement InMemoryDatasetFactory

2020-02-26 Thread Ben Kietzman (Jira)
Ben Kietzman created ARROW-7945: --- Summary: [C++][Dataset] Implement InMemoryDatasetFactory Key: ARROW-7945 URL: https://issues.apache.org/jira/browse/ARROW-7945 Project: Apache Arrow Issue

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

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

[Java] Help needed for a project

2020-02-26 Thread Pierre Avérous
Yo, I'm Pierre, a french student, currently working on a cross-runtime project and would like to use the apache arrow Plasma Store. The project would get data in a Python runtime, store it in the plasma store, and some job in a Java runtime would then process the data asynchronously. I'm having

Re: Python 2.7 support removed

2020-02-26 Thread Antoine Pitrou
I would also be in favour of dropping 3.5, though it's much less costly to support it than to support 2.7. Regards Antoine. Le 26/02/2020 à 13:17, Krisztián Szűcs a écrit : > I'm not sure whether we have a decision on dropping support for python 3.5 > or not, but the python 3.5 wheels are

Re: Python 2.7 support removed

2020-02-26 Thread Krisztián Szűcs
I'm not sure whether we have a decision on dropping support for python 3.5 or not, but the python 3.5 wheels are failing because of recent patches, see https://issues.apache.org/jira/browse/ARROW-7936. We have another issue about dropping python 3.5 support:

[jira] [Created] (ARROW-7944) [Python] Test failures without Pandas

2020-02-26 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-7944: - Summary: [Python] Test failures without Pandas Key: ARROW-7944 URL: https://issues.apache.org/jira/browse/ARROW-7944 Project: Apache Arrow Issue Type: Bug

Re: Coordinating / scheduling C++ Parquet-Arrow nested data work (ARROW-1644 and others)

2020-02-26 Thread Micah Kornfield
Hi Igor, I was wondering if you have made any progress on this? I posted a new PR [1] which I believe handles the difficult algorithmic part of writing. There will be some follow-ups but I think this PR might take a while to review, so I was thinking of starting to take a look at the read side

[jira] [Created] (ARROW-7943) Add a new level builder capable of handling nested data

2020-02-26 Thread Micah Kornfield (Jira)
Micah Kornfield created ARROW-7943: -- Summary: Add a new level builder capable of handling nested data Key: ARROW-7943 URL: https://issues.apache.org/jira/browse/ARROW-7943 Project: Apache Arrow