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

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


    from 8176d58  [FLINK-24740][testinfrastructure] Update testcontainers 
dependency to the latest version
     new d4a0251  [FLINK-24749] Add CachingSupplier
     new 2f80cfd  [FLINK-24749][coordination] Reuse CheckpointStatsTracker

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../flink/util/function/CachingSupplier.java       |  27 ++++--
 .../flink/util/function/CachingSupplierTest.java   |  24 +++--
 .../DefaultExecutionGraphBuilder.java              |  13 +--
 .../scheduler/DefaultExecutionGraphFactory.java    |  15 ++-
 .../TestingDefaultExecutionGraphBuilder.java       |   4 +-
 .../adaptive/AdaptiveSchedulerClusterITCase.java   | 104 +++++++++++++++++++++
 6 files changed, 157 insertions(+), 30 deletions(-)
 copy 
flink-python/src/main/java/org/apache/flink/api/common/python/pickle/ByteArrayConstructor.java
 => 
flink-core/src/main/java/org/apache/flink/util/function/CachingSupplier.java 
(56%)
 copy 
flink-streaming-scala/src/test/java/org/apache/flink/streaming/util/typeutils/DefaultScalaProductFieldAccessorFactoryTest.java
 => 
flink-core/src/test/java/org/apache/flink/util/function/CachingSupplierTest.java
 (57%)

Reply via email to