You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ao...@apache.org on 2021/03/12 05:53:49 UTC

[iceberg] branch master updated (94c9da5 -> c8b74c1)

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

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


    from 94c9da5  Spark: Improve the test case testEqualityDeleteWithFilter (#2321)
     add c8b74c1  Hive: Refactor HiveCatalog and HiveClientPool constructors (#2203)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/flink/CatalogLoader.java    |  2 +-
 .../org/apache/iceberg/flink/FlinkTestBase.java    |  5 +-
 .../flink/source/TestFlinkReaderDeletesBase.java   |  5 +-
 .../java/org/apache/iceberg/hive/HiveCatalog.java  | 75 +++-------------------
 .../java/org/apache/iceberg/hive/HiveCatalogs.java |  5 +-
 .../org/apache/iceberg/hive/HiveClientPool.java    |  4 --
 .../org/apache/iceberg/hive/HiveMetastoreTest.java |  5 +-
 .../org/apache/iceberg/hive/HiveTableTest.java     | 10 +--
 .../org/apache/iceberg/spark/SparkTestBase.java    |  5 +-
 .../spark/source/TestSparkReaderDeletes.java       |  5 +-
 .../spark/extensions/SparkExtensionsTestBase.java  |  5 +-
 11 files changed, 43 insertions(+), 83 deletions(-)