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 a462ed2  API: Add UnboundSortOrder that has no schema (#4360)
     add 4edc705  API: Add UnboundPartitionSpec for serialization (#4361)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/PartitionSpec.java     |  10 ++
 .../main/java/org/apache/iceberg/SortOrder.java    |   4 +
 .../org/apache/iceberg/UnboundPartitionSpec.java   | 126 +++++++++++++++++++++
 .../java/org/apache/iceberg/MetadataUpdate.java    |   8 +-
 .../org/apache/iceberg/PartitionSpecParser.java    |  44 +++++--
 .../java/org/apache/iceberg/TableMetadata.java     |  24 +++-
 .../org/apache/iceberg/rest/RESTSerializers.java   |  24 ++--
 7 files changed, 206 insertions(+), 34 deletions(-)
 create mode 100644 
api/src/main/java/org/apache/iceberg/UnboundPartitionSpec.java

Reply via email to