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 2021/02/23 00:16:13 UTC

[iceberg] branch master updated (91ac421 -> 255e952)

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 91ac421  Spark: Add StreamingOffset for structured streaming reader (#2092)
     add 255e952  Core: Add current-schema-id and schemas to table metadata (#2096)

No new revisions were added by this update.

Summary of changes:
 api/src/main/java/org/apache/iceberg/Schema.java   |  27 +++-
 .../java/org/apache/iceberg/types/TypeUtil.java    |  15 ++
 .../test/java/org/apache/iceberg/TestHelpers.java  |  18 +++
 .../main/java/org/apache/iceberg/SchemaParser.java |  21 ++-
 .../java/org/apache/iceberg/TableMetadata.java     | 129 ++++++++++++-----
 .../org/apache/iceberg/TableMetadataParser.java    |  57 +++++++-
 .../java/org/apache/iceberg/TestTableMetadata.java | 155 ++++++++++++++++++---
 .../iceberg/TestTableMetadataSerialization.java    |   4 +
 ...n => TableMetadataV2CurrentSchemaNotFound.json} |  64 +++++----
 .../TableMetadataV2MissingLastPartitionId.json     |   6 +-
 .../TableMetadataV2MissingPartitionSpecs.json      |   6 +-
 ...nId.json => TableMetadataV2MissingSchemas.json} |   0
 .../resources/TableMetadataV2MissingSortOrder.json |   6 +-
 core/src/test/resources/TableMetadataV2Valid.json  |  64 +++++----
 14 files changed, 460 insertions(+), 112 deletions(-)
 copy core/src/test/resources/{TableMetadataV2MissingLastPartitionId.json => TableMetadataV2CurrentSchemaNotFound.json} (58%)
 copy core/src/test/resources/{TableMetadataV2MissingLastPartitionId.json => TableMetadataV2MissingSchemas.json} (100%)