-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEA] Add options to build Arrow with Python and Parquet support #8670
[FEA] Add options to build Arrow with Python and Parquet support #8670
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #8670 +/- ##
=============================================
Coverage 10.62% 10.62%
=============================================
Files 109 109
Lines 18289 18289
=============================================
Hits 1943 1943
Misses 16346 16346 Continue to review full report at Codecov.
|
…g with nvidia-container-runtime
@gpucibot merge |
#8670 added support for Python/Parquet support in CPM builds of libarrow. This PR fixes finding arrow in non-CPM builds. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Mark Harris (https://github.com/harrism) - Paul Taylor (https://github.com/trxcllnt) URL: #8808
This PR adds two options when CPM builds Arrow during a libcudf source build:
CUDF_ENABLE_ARROW_PYTHON
, andCUDF_ENABLE_ARROW_PARQUET
.These options enable building
libarrow.so
with Python and Parquet support, so that we can build the pyarrow and cuDF Cython after building libcudf. For example: