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/10/19 23:15:28 UTC

[iceberg] branch master updated (1ee2d03 -> d72851e)

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 1ee2d03  Spark: Remove redundant abstract test classes (#3321)
     add d72851e  Flink: Fail if catalog type and catalog-impl are configured (#3308)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/flink/FlinkCatalogFactory.java  |   7 +-
 .../iceberg/flink/TestFlinkCatalogFactory.java     | 119 +++++++++++++++++++++
 site/docs/flink.md                                 |  33 ++++--
 3 files changed, 151 insertions(+), 8 deletions(-)
 create mode 100644 flink/src/test/java/org/apache/iceberg/flink/TestFlinkCatalogFactory.java