You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by rd...@apache.org on 2020/02/20 22:08:58 UTC

[incubator-iceberg] branch master updated (55d27ed -> b307f40)

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

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


    from 55d27ed  Allow cherry-picking any commit as long as it is a fast-forward. (#799)
     add b307f40  NameMapping: reassign already mapped names for new columns (#811)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/mapping/MappingUtil.java    |  49 ++-
 .../apache/iceberg/TestSchemaAndMappingUpdate.java | 344 +++++++++++++++++++++
 .../apache/iceberg/mapping/TestMappingUpdates.java |  30 --
 3 files changed, 386 insertions(+), 37 deletions(-)
 create mode 100644 core/src/test/java/org/apache/iceberg/TestSchemaAndMappingUpdate.java