xumingming commented on issue #6726:
URL:
https://github.com/apache/incubator-gluten/issues/6726#issuecomment-2272694061
And also we should build parquet module:
```
-- Found Arrow library: /usr/local/lib64/libarrow.a
CMake Error at CMake/ConfigArrow.cmake:40 (message):
Arrow library Not Found: libparquet.a
Call Stack (most recent call first):
core/CMakeLists.txt:240 (find_arrow_lib)
```
but the corresponding option is OFF in `install_arrow`:
```
cmake_install \
-DARROW_PARQUET=OFF \
-DARROW_WITH_THRIFT=ON \
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]