This is an automated email from the ASF dual-hosted git repository.
marong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 08d71c0ed3 [GLUTEN-9468][VL] Follow up: Remove parquet-arrow cpp build
(#9511)
08d71c0ed3 is described below
commit 08d71c0ed35541b0d67c0393b238a217c5770766
Author: Rong Ma <[email protected]>
AuthorDate: Wed May 7 18:50:32 2025 +0800
[GLUTEN-9468][VL] Follow up: Remove parquet-arrow cpp build (#9511)
---
dev/build_arrow.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/build_arrow.sh b/dev/build_arrow.sh
index e462603c01..a3e60539e4 100755
--- a/dev/build_arrow.sh
+++ b/dev/build_arrow.sh
@@ -37,7 +37,7 @@ function build_arrow_cpp() {
pushd $ARROW_PREFIX/cpp
cmake_install \
- -DARROW_PARQUET=ON \
+ -DARROW_PARQUET=OFF \
-DARROW_FILESYSTEM=ON \
-DARROW_PROTOBUF_USE_SHARED=OFF \
-DARROW_DEPENDENCY_USE_SHARED=OFF \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]