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 2022/02/18 16:50:35 UTC

[iceberg] branch master updated (5afd703 -> 755edcb)

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 5afd703  Spark: Fix flaky testDeleteWithSerializableIsolation (#4123)
     add 755edcb  Flink 1.13: Support HDFS locality with LocatableInputSplit (#4111)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/flink/FlinkConfigOptions.java   |  6 ++++
 .../iceberg/flink/source/FlinkInputFormat.java     |  5 ++-
 .../iceberg/flink/source/FlinkInputSplit.java      | 21 ++++--------
 .../apache/iceberg/flink/source/FlinkSource.java   | 40 ++++++++++++++++++++++
 .../iceberg/flink/source/FlinkSplitGenerator.java  | 19 ++++++++--
 .../apache/iceberg/flink/source/ScanContext.java   | 18 ++++++++--
 .../iceberg/flink/source/TestFlinkScanSql.java     | 35 +++++++++++++++++++
 7 files changed, 124 insertions(+), 20 deletions(-)