pitrou commented on pull request #10991:
URL: https://github.com/apache/arrow/pull/10991#issuecomment-909333108
Well, it seems it should be as simple as:
```cython
try:
from pyarrow._dataset_orc import OrcFileFormat
except ImportError:
OrcFileFormat = None
```
--
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]