This is an automated email from the ASF dual-hosted git repository.
fokko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from b679d0ce71 Python: Improve Avro read performance (#8075)
add fc89f0b4bb Python: Concurrency using `ThreadPoolExecutor` (#8061)
No new revisions were added by this update.
Summary of changes:
python/pyiceberg/io/pyarrow.py | 27 +++++++--------
python/pyiceberg/table/__init__.py | 10 +++---
python/pyiceberg/utils/concurrent.py | 67 ++++++++++++++++++++++++++++++++++++
3 files changed, 85 insertions(+), 19 deletions(-)
create mode 100644 python/pyiceberg/utils/concurrent.py