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

[iceberg] branch master updated (80ff749 -> fa17d82)

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

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


    from 80ff749  Core: Fix null value check for table properties (#3052)
     add fa17d82  Flink: Support create iceberg table with 'connector'='iceberg' (#2666)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/flink/FlinkCatalog.java     |  11 +
 .../apache/iceberg/flink/FlinkCatalogFactory.java  |   5 +-
 .../iceberg/flink/FlinkDynamicTableFactory.java    | 132 +++++++-
 ...ry => org.apache.flink.table.factories.Factory} |   2 +-
 .../apache/iceberg/flink/TestIcebergConnector.java | 358 +++++++++++++++++++++
 5 files changed, 496 insertions(+), 12 deletions(-)
 copy flink/src/main/resources/META-INF/services/{org.apache.flink.table.factories.TableFactory => org.apache.flink.table.factories.Factory} (94%)
 create mode 100644 flink/src/test/java/org/apache/iceberg/flink/TestIcebergConnector.java