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/07/13 19:10:56 UTC

[iceberg] branch master updated (84951419a -> 6a06cb3bd)

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 84951419a Python: Move PartitionSpec to Pydantic (#5192)
     add 6a06cb3bd Flink 1.13, 1.14: Port maxPlanningSnapshotCount configuration from #4943 (#5263)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/flink/source/FlinkSource.java   |  5 ++
 .../apache/iceberg/flink/source/ScanContext.java   | 25 ++++++-
 .../flink/source/StreamingMonitorFunction.java     | 29 +++++++-
 .../flink/source/TestStreamingMonitorFunction.java | 76 +++++++++++++++++++++
 .../apache/iceberg/flink/source/FlinkSource.java   |  5 ++
 .../apache/iceberg/flink/source/ScanContext.java   | 25 ++++++-
 .../flink/source/StreamingMonitorFunction.java     | 29 +++++++-
 .../flink/source/TestStreamingMonitorFunction.java | 78 ++++++++++++++++++++++
 8 files changed, 264 insertions(+), 8 deletions(-)