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 2020/10/12 17:23:08 UTC

[iceberg] branch master updated (fdb068b -> 82b91f1)

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 fdb068b  Flink: Fix IntLongMath warnings (#1581)
     add 82b91f1  Replace Table.toString calls with Table.name (#1580)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iceberg/BaseAllMetadataTableScan.java    | 2 +-
 core/src/main/java/org/apache/iceberg/BaseTableScan.java          | 2 +-
 .../test/java/org/apache/iceberg/hadoop/TestHadoopCatalog.java    | 2 +-
 flink/src/main/java/org/apache/iceberg/flink/sink/FlinkSink.java  | 4 ++--
 spark/src/main/java/org/apache/iceberg/actions/BaseAction.java    | 8 ++++----
 .../main/java/org/apache/iceberg/spark/source/SparkBatchScan.java | 4 ++--
 6 files changed, 11 insertions(+), 11 deletions(-)