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 2019/11/11 20:57:31 UTC

[incubator-iceberg] branch master updated (ad4cd25 -> fb49028)

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/incubator-iceberg.git.


    from ad4cd25  Fix Parquet with special characters in field names (#601)
     add fb49028  Use SessionCatalog and proper MetricsConfig in SparkTableUtil (#624)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/MetricsConfig.java     |   3 +-
 .../main/java/org/apache/iceberg/MetricsModes.java |  31 ++-
 .../java/org/apache/iceberg/spark/hacks/Hive.java  |  73 ------
 .../org/apache/iceberg/spark/SparkTableUtil.scala  | 282 ++++++++++++++++-----
 .../iceberg/spark/source/TestSparkTableUtil.java   |  19 +-
 .../TestSparkTableUtilWithInMemoryCatalog.java     | 204 +++++++++++++++
 6 files changed, 464 insertions(+), 148 deletions(-)
 delete mode 100644 spark/src/main/java/org/apache/iceberg/spark/hacks/Hive.java
 create mode 100644 spark/src/test/java/org/apache/iceberg/spark/source/TestSparkTableUtilWithInMemoryCatalog.java