Fokko opened a new pull request, #8548: URL: https://github.com/apache/iceberg/pull/8548
It can be that certain build flags are turned off: ``` -DARROW_GCS=ON: Build Arrow with GCS support (requires the GCloud SDK for C++) -DARROW_HDFS=ON: Arrow integration with libhdfs for accessing the Hadoop Filesystem ``` From: https://arrow.apache.org/docs/dev/developers/cpp/building.html#optional-components This will cause an ImportError when importing `pyarrow.py`, while it can be that you don't want to use a missing FS. Therefore it is better to inline the imports -- 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]
