mhlinoer opened a new issue, #47276: URL: https://github.com/apache/arrow/issues/47276
### Describe the usage question you have. Please include as many useful details as possible. ## description When I built pyarrow from scratch, after installing the built whl package, executing `pyarrow.parquet.read_table` failed. ## error msg `pyarrow.lib.ArrowNotImplementedError: Support for codec 'snappy' not built` When I saw the error message, I checked my compilation command and indeed found that the snappy module was missing. **What I want to know is whether it is possible to automatically include all related modules during the compilation process.** ### Component(s) Python -- 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]
