This is an automated email from the ASF dual-hosted git repository. kevinjqliu pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
from 9c99f329 Fix the CI (#2171) add ecc52183 add iceberg datafusion integration (#2075) No new revisions were added by this update. Summary of changes: mkdocs/docs/api.md | 63 +++++++++++++++++++++++++++++++++++++++++ poetry.lock | 42 ++++++++++++++------------- pyiceberg/table/__init__.py | 46 ++++++++++++++++++++++++++++++ pyproject.toml | 3 +- tests/table/test_datafusion.py | 64 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 197 insertions(+), 21 deletions(-) create mode 100644 tests/table/test_datafusion.py