You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ru...@apache.org on 2022/12/09 22:51:09 UTC

[iceberg] branch master updated (06656f2333 -> d350c9b8c9)

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

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


    from 06656f2333 Python: Add support for 3.11 (#6329)
     add d350c9b8c9 API: IsPartitioned to return true for V1 Tables with all void transforms (#3059)

No new revisions were added by this update.

Summary of changes:
 api/src/main/java/org/apache/iceberg/PartitionSpec.java          | 2 +-
 api/src/main/java/org/apache/iceberg/transforms/Transform.java   | 9 +++++++++
 .../main/java/org/apache/iceberg/transforms/VoidTransform.java   | 5 +++++
 core/src/main/java/org/apache/iceberg/DataFiles.java             | 8 ++++++--
 core/src/main/java/org/apache/iceberg/FileMetadata.java          | 6 ++++--
 core/src/test/java/org/apache/iceberg/TestPartitionSpecInfo.java | 9 +++++++++
 core/src/test/java/org/apache/iceberg/TestPartitioning.java      | 5 +++++
 7 files changed, 39 insertions(+), 5 deletions(-)