You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2023/05/02 00:06:22 UTC

[iceberg] branch master updated (fc3cd2ed8c -> 6cf4d9e410)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from fc3cd2ed8c Spark 3.4: Add read and write support for UUIDs (#7399)
     add 6cf4d9e410 Python: Infer Iceberg schema from the Parquet file (#6997)

No new revisions were added by this update.

Summary of changes:
 python/pyiceberg/io/pyarrow.py          | 219 ++++++++++++++++++++++++--
 python/tests/io/test_pyarrow.py         | 104 +++++++++---
 python/tests/io/test_pyarrow_visitor.py | 271 ++++++++++++++++++++++++++++++++
 python/tests/test_integration.py        |  24 +++
 4 files changed, 584 insertions(+), 34 deletions(-)
 create mode 100644 python/tests/io/test_pyarrow_visitor.py