[jira] [Created] (ARROW-8580) Pyarrow exceptions are not helpful

2020-04-23 Thread Soroush Radpour (Jira)
Soroush Radpour created ARROW-8580: -- Summary: Pyarrow exceptions are not helpful Key: ARROW-8580 URL: https://issues.apache.org/jira/browse/ARROW-8580 Project: Apache Arrow Issue Type: Bug

[jira] [Created] (ARROW-8579) [C++] AVX512 part for SIMD operations of DecodeSpaced/EncodeSpaced

2020-04-23 Thread Frank Du (Jira)
Frank Du created ARROW-8579: --- Summary: [C++] AVX512 part for SIMD operations of DecodeSpaced/EncodeSpaced Key: ARROW-8579 URL: https://issues.apache.org/jira/browse/ARROW-8579 Project: Apache Arrow

Re: Question regarding Arrow Flight Throughput

2020-04-23 Thread Wes McKinney
On Thu, Apr 23, 2020 at 10:02 PM Wes McKinney wrote: > > hi Jiajia, > > See my TODO here > > https://github.com/apache/arrow/blob/master/cpp/src/arrow/flight/flight_benchmark.cc#L182 > > My guess is that if you want to get faster throughput with multiple > cores, you need to run more than one serv

Re: Question regarding Arrow Flight Throughput

2020-04-23 Thread Wes McKinney
hi Jiajia, See my TODO here https://github.com/apache/arrow/blob/master/cpp/src/arrow/flight/flight_benchmark.cc#L182 My guess is that if you want to get faster throughput with multiple cores, you need to run more than one server and serve on different ports rather than having all threads go to

[jira] [Created] (ARROW-8578) [C++][Flight] Test executable failures due to "SO_REUSEPORT unavailable on compiling system"

2020-04-23 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8578: --- Summary: [C++][Flight] Test executable failures due to "SO_REUSEPORT unavailable on compiling system" Key: ARROW-8578 URL: https://issues.apache.org/jira/browse/ARROW-8578

[jira] [Created] (ARROW-8577) [CGlib Plasma] gplasma_client_options_new() default settings are enabling a check for CUDA device

2020-04-23 Thread Tanveer (Jira)
Tanveer created ARROW-8577: -- Summary: [CGlib Plasma] gplasma_client_options_new() default settings are enabling a check for CUDA device Key: ARROW-8577 URL: https://issues.apache.org/jira/browse/ARROW-8577 P

[jira] [Created] (ARROW-8576) [Rust] Implement ArrayEqual for UnionArray

2020-04-23 Thread Paddy Horan (Jira)
Paddy Horan created ARROW-8576: -- Summary: [Rust] Implement ArrayEqual for UnionArray Key: ARROW-8576 URL: https://issues.apache.org/jira/browse/ARROW-8576 Project: Apache Arrow Issue Type: New F

Question regarding Arrow Flight Throughput

2020-04-23 Thread Li, Jiajia
Hi all, I have some doubts about arrow flight throughput. In this article(https://www.dremio.com/understanding-apache-arrow-flight/), it said "High efficiency. Flight is designed to work without any serialization or deserialization of records, and with zero memory copies, achieving over 20 Gbp

[jira] [Created] (ARROW-8575) [Developer] Add issue_comment workflow to rebase a PR

2020-04-23 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-8575: -- Summary: [Developer] Add issue_comment workflow to rebase a PR Key: ARROW-8575 URL: https://issues.apache.org/jira/browse/ARROW-8575 Project: Apache Arrow

Re: [VOTE] Add "trivial" RecordBatch body compression to Arrow IPC protocol

2020-04-23 Thread Micah Kornfield
+1 (binding) On Thu, Apr 23, 2020 at 2:35 PM Sutou Kouhei wrote: > +1 (binding) > > In > "[VOTE] Add "trivial" RecordBatch body compression to Arrow IPC > protocol" on Wed, 22 Apr 2020 19:24:09 -0500, > Wes McKinney wrote: > > > Hello, > > > > I have proposed adding a simple RecordBatch IP

Contributing to Arrow

2020-04-23 Thread karuppayya
Hi All, I am interested i contributing to Arrow project I am planning to start with some jiras on Arrow Java component. I tried looking for jiras with component *Java* and labels *beginner*, *beginners*, *newbie.* The ones that came up were either dated or already has some *WIP*. Any other sugges

Re: [VOTE] Add "trivial" RecordBatch body compression to Arrow IPC protocol

2020-04-23 Thread Sutou Kouhei
+1 (binding) In "[VOTE] Add "trivial" RecordBatch body compression to Arrow IPC protocol" on Wed, 22 Apr 2020 19:24:09 -0500, Wes McKinney wrote: > Hello, > > I have proposed adding a simple RecordBatch IPC message body > compression scheme (using either LZ4 or ZSTD) to the Arrow IPC > pr

[jira] [Created] (ARROW-8574) [Rust] Implement Debug for all plain types

2020-04-23 Thread Mahmut Bulut (Jira)
Mahmut Bulut created ARROW-8574: --- Summary: [Rust] Implement Debug for all plain types Key: ARROW-8574 URL: https://issues.apache.org/jira/browse/ARROW-8574 Project: Apache Arrow Issue Type: Im

[jira] [Created] (ARROW-8573) [Rust] Upgrade to Rust 1.44 nightly

2020-04-23 Thread Andy Grove (Jira)
Andy Grove created ARROW-8573: - Summary: [Rust] Upgrade to Rust 1.44 nightly Key: ARROW-8573 URL: https://issues.apache.org/jira/browse/ARROW-8573 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-8572) [Python] Expose UnionArray.array and other fields

2020-04-23 Thread David Li (Jira)
David Li created ARROW-8572: --- Summary: [Python] Expose UnionArray.array and other fields Key: ARROW-8572 URL: https://issues.apache.org/jira/browse/ARROW-8572 Project: Apache Arrow Issue Type: Impr

[jira] [Created] (ARROW-8571) [C++] Switch AppVeyor image to VS 2017

2020-04-23 Thread Uwe Korn (Jira)
Uwe Korn created ARROW-8571: --- Summary: [C++] Switch AppVeyor image to VS 2017 Key: ARROW-8571 URL: https://issues.apache.org/jira/browse/ARROW-8571 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-8570) [CI] [C++] Link failure with AWS SDK on AppVeyor (Windows)

2020-04-23 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-8570: - Summary: [CI] [C++] Link failure with AWS SDK on AppVeyor (Windows) Key: ARROW-8570 URL: https://issues.apache.org/jira/browse/ARROW-8570 Project: Apache Arrow

[jira] [Created] (ARROW-8569) [CI] Upgrade xcode version for testing homebrew formulae

2020-04-23 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-8569: -- Summary: [CI] Upgrade xcode version for testing homebrew formulae Key: ARROW-8569 URL: https://issues.apache.org/jira/browse/ARROW-8569 Project: Apache Arrow

Re: [VOTE] Add "trivial" RecordBatch body compression to Arrow IPC protocol

2020-04-23 Thread Neal Richardson
+1 (binding) Neal On Thu, Apr 23, 2020 at 2:55 AM Antoine Pitrou wrote: > > +1 (binding) > > > Le 23/04/2020 à 02:24, Wes McKinney a écrit : > > Hello, > > > > I have proposed adding a simple RecordBatch IPC message body > > compression scheme (using either LZ4 or ZSTD) to the Arrow IPC > > pro

[jira] [Created] (ARROW-8568) [C++][Python] Crash on decimal cast in debug mode

2020-04-23 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-8568: - Summary: [C++][Python] Crash on decimal cast in debug mode Key: ARROW-8568 URL: https://issues.apache.org/jira/browse/ARROW-8568 Project: Apache Arrow Issu

[jira] [Created] (ARROW-8567) [Python] pa.array() sometimes ignore "safe=False"

2020-04-23 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-8567: - Summary: [Python] pa.array() sometimes ignore "safe=False" Key: ARROW-8567 URL: https://issues.apache.org/jira/browse/ARROW-8567 Project: Apache Arrow Issu

[jira] [Created] (ARROW-8566) Upgraded from r package arrow 16 to r package arrow 17 and now get an error when writing posixct to spark

2020-04-23 Thread Curt Bergmann (Jira)
Curt Bergmann created ARROW-8566: Summary: Upgraded from r package arrow 16 to r package arrow 17 and now get an error when writing posixct to spark Key: ARROW-8566 URL: https://issues.apache.org/jira/browse/ARROW

[NIGHTLY] Arrow Build Report for Job nightly-2020-04-23-0

2020-04-23 Thread Crossbow
Arrow Build Report for Job nightly-2020-04-23-0 All tasks: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-04-23-0 Failed Tasks: - debian-stretch-amd64: URL: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-04-23-0-github-debian-stretch-amd64 - tes

[jira] [Created] (ARROW-8565) [C++] Static build with AWS SDK

2020-04-23 Thread Remi Dettai (Jira)
Remi Dettai created ARROW-8565: -- Summary: [C++] Static build with AWS SDK Key: ARROW-8565 URL: https://issues.apache.org/jira/browse/ARROW-8565 Project: Apache Arrow Issue Type: Improvement

Re: [VOTE] Add "trivial" RecordBatch body compression to Arrow IPC protocol

2020-04-23 Thread Antoine Pitrou
+1 (binding) Le 23/04/2020 à 02:24, Wes McKinney a écrit : > Hello, > > I have proposed adding a simple RecordBatch IPC message body > compression scheme (using either LZ4 or ZSTD) to the Arrow IPC > protocol in GitHub PR [1] as discussed on the mailing list [2]. This > is distinct from separa

[jira] [Created] (ARROW-8564) [Website] Add Ubuntu 20.04 LTS to supported package list

2020-04-23 Thread Kouhei Sutou (Jira)
Kouhei Sutou created ARROW-8564: --- Summary: [Website] Add Ubuntu 20.04 LTS to supported package list Key: ARROW-8564 URL: https://issues.apache.org/jira/browse/ARROW-8564 Project: Apache Arrow I