tonymtu commented on PR #7258:
URL: https://github.com/apache/paimon/pull/7258#issuecomment-3882692409
Additionally, AI helps to find other "optional modules" in `pyarrow` that
need explicit import across the codebase.
```python
# refer to pyarrow/__init.py__#show_info()
print("\nOptional modules:")
modules = ["csv", "cuda", "dataset", "feather", "flight", "fs", "gandiva",
"json",
"orc", "parquet"]
```
--
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]