xumingming opened a new issue, #6726: URL: https://github.com/apache/incubator-gluten/issues/6726
### Problem description We rely on arrow's filesystem module: https://github.com/apache/incubator-gluten/blob/43d0ff987fb526a885264f0efc252654c450a09f/cpp/core/shuffle/Utils.h#L21 But we didn't build it: https://github.com/facebookincubator/velox/blob/c0fa8f23123cfacc8807b010341303e9870cea38/scripts/setup-centos9.sh#L162-L187 To include filesystem module, we need to specify `ARROW_FILESYSTEM`: https://github.com/apache/arrow/blob/51d50d750012d3ca04127f6723c4f1e69ff4f5dc/cpp/src/arrow/CMakeLists.txt#L1254-L1256 ### System information N/A ### CMake log ```bash N/A ``` -- 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]
