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 2022/11/28 16:50:32 UTC

[iceberg] branch master updated (d7be97593e -> 3ddcaa0033)

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 d7be97593e Flink: Add metricsConfig to EqDeleteWriter & PosDeleteWriter (#6271)
     add 3ddcaa0033 Python: Implement inclusive projection (#6247)

No new revisions were added by this update.

Summary of changes:
 python/pyiceberg/expressions/visitors.py    |  64 +++++
 python/pyiceberg/partitioning.py            |   2 +-
 python/pyiceberg/table/__init__.py          |  29 ++-
 python/pyiceberg/transforms.py              |  10 +-
 python/tests/expressions/test_projection.py | 378 ++++++++++++++++++++++++++++
 python/tests/table/test_init.py             |  15 +-
 python/tests/table/test_partitioning.py     |   2 +
 7 files changed, 465 insertions(+), 35 deletions(-)
 create mode 100644 python/tests/expressions/test_projection.py