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 46a45e35c7 Python: Convert UUID to binary(16) in PyArrow (#6468)
add beed583f8e Python: Read a date as an int (#6478)
No new revisions were added by this update.
Summary of changes:
python/pyiceberg/avro/decoder.py | 17 +-
python/pyiceberg/avro/reader.py | 6 +-
python/pyiceberg/typedef.py | 3 +
python/tests/avro/test_decoder.py | 8 +-
python/tests/avro/test_reader.py | 12 +-
python/tests/conftest.py | 21 +-
python/tests/utils/test_manifest.py | 710 ++++++++++++++++++++++++------------
7 files changed, 516 insertions(+), 261 deletions(-)