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/01/21 01:09:12 UTC

[iceberg] branch master updated (868cb76 -> 9a9cb15)

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 868cb76  Spark: Replace spec.fields().isEmpty() to isUnpartitioned() (#2114)
     add 9a9cb15  Core: Rename catalog properties that are not specific to Hive (#2088)

No new revisions were added by this update.

Summary of changes:
 core/src/main/java/org/apache/iceberg/CatalogProperties.java   |  6 +++---
 .../src/main/java/org/apache/iceberg/flink/CatalogLoader.java  |  8 ++++----
 .../java/org/apache/iceberg/flink/FlinkCatalogTestBase.java    |  2 +-
 .../java/org/apache/iceberg/flink/TestFlinkHiveCatalog.java    |  4 ++--
 .../flink/source/TestFlinkInputFormatReaderDeletes.java        |  4 ++--
 .../src/main/java/org/apache/iceberg/hive/HiveCatalog.java     | 10 +++++-----
 site/docs/configuration.md                                     |  4 ++--
 .../test/java/org/apache/iceberg/spark/source/TestCatalog.java |  2 +-
 .../org/apache/iceberg/spark/source/TestCustomCatalog.java     |  4 ++--
 9 files changed, 22 insertions(+), 22 deletions(-)