Skip to content
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

ARROW-323: [Python] Opt-in to pyarrow.parquet extension rather than attempting and failing silently #194

Closed
wants to merge 4 commits into from

Conversation

wesm
Copy link
Member

@wesm wesm commented Nov 1, 2016

Added a couple ways to do this, either via the --with-parquet command line option (preferred) or by passing through an option to CMake

Change-Id: Ie713bccbc89fc671ffd7f32bf2fb0f89b1c6d646
Change-Id: I32fe58a984d32044d9313cb72fc0930522741d48
Change-Id: Id0af78dc13d88aaeb4db33f8dfc9b8f932bddb2b
@@ -57,9 +58,20 @@ python setup.py build_ext --build-type=release --inplace
To pass through other build options to CMake, set the environment variable
`$PYARROW_CMAKE_OPTIONS`.

#### Build the pyarrow Parquet file extension

To build the integration with [parquet-cpp][1], pass `--with-parquet` to
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will only work on the build_ext command

@wesm
Copy link
Member Author

wesm commented Nov 2, 2016

python setup.py build_ext --with-parquet install

Change-Id: I3cd25f900a50ac7bc4d8ff56b15823dbf22b97c9
@wesm
Copy link
Member Author

wesm commented Nov 3, 2016

+1

@asfgit asfgit closed this in 25e0106 Nov 3, 2016
@wesm wesm deleted the ARROW-323 branch November 3, 2016 17:25
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 2, 2018
Author: Uwe L. Korn <uwelk@xhochy.com>

Closes apache#194 from xhochy/PARQUET-769 and squashes the following commits:

aad390f [Uwe L. Korn] Pass buffer sizes also as in parameter
9847171 [Uwe L. Korn] make format
855250d [Uwe L. Korn] make format
40e93de [Uwe L. Korn] Add FindBrotli
47b9d03 [Uwe L. Korn] PARQUET-769: Add support for Brotli compression
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 4, 2018
Author: Uwe L. Korn <uwelk@xhochy.com>

Closes apache#194 from xhochy/PARQUET-769 and squashes the following commits:

aad390f [Uwe L. Korn] Pass buffer sizes also as in parameter
9847171 [Uwe L. Korn] make format
855250d [Uwe L. Korn] make format
40e93de [Uwe L. Korn] Add FindBrotli
47b9d03 [Uwe L. Korn] PARQUET-769: Add support for Brotli compression

Change-Id: I2f6b1c03f0b7e7d83f64d0e34859eb09f2702838
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 6, 2018
Author: Uwe L. Korn <uwelk@xhochy.com>

Closes apache#194 from xhochy/PARQUET-769 and squashes the following commits:

aad390f [Uwe L. Korn] Pass buffer sizes also as in parameter
9847171 [Uwe L. Korn] make format
855250d [Uwe L. Korn] make format
40e93de [Uwe L. Korn] Add FindBrotli
47b9d03 [Uwe L. Korn] PARQUET-769: Add support for Brotli compression

Change-Id: I2f6b1c03f0b7e7d83f64d0e34859eb09f2702838
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 7, 2018
Author: Uwe L. Korn <uwelk@xhochy.com>

Closes apache#194 from xhochy/PARQUET-769 and squashes the following commits:

aad390f [Uwe L. Korn] Pass buffer sizes also as in parameter
9847171 [Uwe L. Korn] make format
855250d [Uwe L. Korn] make format
40e93de [Uwe L. Korn] Add FindBrotli
47b9d03 [Uwe L. Korn] PARQUET-769: Add support for Brotli compression

Change-Id: I2f6b1c03f0b7e7d83f64d0e34859eb09f2702838
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 8, 2018
Author: Uwe L. Korn <uwelk@xhochy.com>

Closes apache#194 from xhochy/PARQUET-769 and squashes the following commits:

aad390f [Uwe L. Korn] Pass buffer sizes also as in parameter
9847171 [Uwe L. Korn] make format
855250d [Uwe L. Korn] make format
40e93de [Uwe L. Korn] Add FindBrotli
47b9d03 [Uwe L. Korn] PARQUET-769: Add support for Brotli compression

Change-Id: I2f6b1c03f0b7e7d83f64d0e34859eb09f2702838
rafael-telles pushed a commit to rafael-telles/arrow that referenced this pull request Nov 9, 2021
…3Alt

[C++] Implement FindSqLite3Alt on CMake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants