Re: Problem with building C++ flight code

2020-05-11 Thread Fan Liya
Hi Neal, Thanks a lot for your kind reply. I have opened ARROW-8771 to track it. Best, Liya Fan On Tue, May 12, 2020 at 4:03 AM Neal Richardson wrote: > We maintain a slimmer version of boost that only includes the modules Arrow > requires. See >

[jira] [Created] (ARROW-8771) [C++] Add boost/process library to build support

2020-05-11 Thread Liya Fan (Jira)
Liya Fan created ARROW-8771: --- Summary: [C++] Add boost/process library to build support Key: ARROW-8771 URL: https://issues.apache.org/jira/browse/ARROW-8771 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-8770) [C++][CI] enable arrow-csv-test on s390x

2020-05-11 Thread Kazuaki Ishizaki (Jira)
Kazuaki Ishizaki created ARROW-8770: --- Summary: [C++][CI] enable arrow-csv-test on s390x Key: ARROW-8770 URL: https://issues.apache.org/jira/browse/ARROW-8770 Project: Apache Arrow Issue

[jira] [Created] (ARROW-8769) [C++] Add convenience methods to access fields by name in StructScalar

2020-05-11 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8769: --- Summary: [C++] Add convenience methods to access fields by name in StructScalar Key: ARROW-8769 URL: https://issues.apache.org/jira/browse/ARROW-8769 Project: Apache

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

2020-05-11 Thread Wes McKinney
I'm working actively on this but perhaps as expected it has ballooned into a very large project -- it's unclear at the moment whether I'll be able to break the work into smaller patches that are easier to digest. I'm working as fast as I can to have an initial feature-preserving PR up, but the

[jira] [Created] (ARROW-8768) [R][CI] Fix nightly as-cran spurious failure

2020-05-11 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-8768: -- Summary: [R][CI] Fix nightly as-cran spurious failure Key: ARROW-8768 URL: https://issues.apache.org/jira/browse/ARROW-8768 Project: Apache Arrow Issue

Re: Problem with building C++ flight code

2020-05-11 Thread Neal Richardson
We maintain a slimmer version of boost that only includes the modules Arrow requires. See https://github.com/apache/arrow/blob/master/cpp/build-support/trim-boost.sh. I don't see process.hpp included, so it must not have been documented previously that we required it. We can add it to the list.

Re: [Python][Documentation] Add column limit recommendations Parquet page

2020-05-11 Thread Maarten Ballintijn
Hi Wes, others, Thanks for your reply and the nice test case. Based on you experiment I decided to dig a little deeper to further my understanding. I build the master branch, with the tools. I used parquet-scan to do some test. (my understanding is that this is an easy way to look at reading

Re: [DISCUSS] Need for Arrow 0.17.1 patch release (binary only?)

2020-05-11 Thread Krisztián Szűcs
On Fri, May 8, 2020 at 9:58 PM Wes McKinney wrote: > > From the release milestone > (https://issues.apache.org/jira/projects/ARROW/versions/12348202) it > looks like there are a few remaining issues > > ARROW-8684 -- there is a PR but we don't understand why it works. If > we can't figure it out

[jira] [Created] (ARROW-8767) [C++] Make ThreadPool task ordering configurable

2020-05-11 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-8767: - Summary: [C++] Make ThreadPool task ordering configurable Key: ARROW-8767 URL: https://issues.apache.org/jira/browse/ARROW-8767 Project: Apache Arrow

[jira] [Created] (ARROW-8766) [Python] A FileSystem implementation based on Python callbacks

2020-05-11 Thread Joris Van den Bossche (Jira)
Joris Van den Bossche created ARROW-8766: Summary: [Python] A FileSystem implementation based on Python callbacks Key: ARROW-8766 URL: https://issues.apache.org/jira/browse/ARROW-8766

[jira] [Created] (ARROW-8765) [C++] Design Scheduler API

2020-05-11 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-8765: - Summary: [C++] Design Scheduler API Key: ARROW-8765 URL: https://issues.apache.org/jira/browse/ARROW-8765 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-8764) [C++] Make ThreadPool configurable in ReadRangeCache

2020-05-11 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-8764: - Summary: [C++] Make ThreadPool configurable in ReadRangeCache Key: ARROW-8764 URL: https://issues.apache.org/jira/browse/ARROW-8764 Project: Apache Arrow

[jira] [Created] (ARROW-8763) [C++] Create RandomAccessFile::WillNeed-like API

2020-05-11 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-8763: - Summary: [C++] Create RandomAccessFile::WillNeed-like API Key: ARROW-8763 URL: https://issues.apache.org/jira/browse/ARROW-8763 Project: Apache Arrow

[jira] [Created] (ARROW-8762) [C++][Gandiva] Replace Gandiva's BitmapAnd with common implementation

2020-05-11 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8762: --- Summary: [C++][Gandiva] Replace Gandiva's BitmapAnd with common implementation Key: ARROW-8762 URL: https://issues.apache.org/jira/browse/ARROW-8762 Project: Apache

[jira] [Created] (ARROW-8761) [C++] Improve the performance of minmax kernel

2020-05-11 Thread Liya Fan (Jira)
Liya Fan created ARROW-8761: --- Summary: [C++] Improve the performance of minmax kernel Key: ARROW-8761 URL: https://issues.apache.org/jira/browse/ARROW-8761 Project: Apache Arrow Issue Type:

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

2020-05-11 Thread Crossbow
Arrow Build Report for Job nightly-2020-05-11-0 All tasks: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-05-11-0 Failed Tasks: - test-conda-python-3.7-spark-master: URL:

Re: Problem with building C++ flight code

2020-05-11 Thread Fan Liya
Hi Antoine, I manually downloaded a boost package from https://www.boost.org/ , and verified that you are right. Thank you!!! It seems the one automatically downloaded when running make command is not

Re: Problem with building C++ flight code

2020-05-11 Thread Antoine Pitrou
Le 11/05/2020 à 05:37, Fan Liya a écrit : > Hi Wes, > > Thanks a lot for your kind reply. > > It did not work for me. > Please note that we have two boost libraries in our system: one is > installed by running yum install ...; and the other is downloaded by GNU > make when building the code. >