This is an automated email from the ASF dual-hosted git repository. zakelly pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
from 997b48340d2 [FLINK-36181] Use Java 17 by default (#25898) new 2f2018f30e3 [FLINK-37130][State] An util converting future of StateIterator to Iterable new d0165dee9e0 [FLINK-37130][table] Minor optimization of async state api usage in window join operator 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/core/state/InternalStateIterator.java | 20 +++++---- .../apache/flink/core/state/StateFutureUtils.java | 28 ++++++++++++ .../asyncprocessing/AbstractStateIterator.java | 29 +++++++----- .../state/v2/adaptor/CompleteStateIterator.java | 14 +++++- .../asyncprocessing/AbstractStateIteratorTest.java | 38 +++++++++++++++- .../flink/state/forst/ForStListIterator.java | 2 +- .../apache/flink/state/forst/ForStMapIterator.java | 4 +- .../AsyncStateWindowJoinOperator.java | 52 ++++------------------ 8 files changed, 116 insertions(+), 71 deletions(-) copy flink-runtime/src/main/java/org/apache/flink/runtime/state/v2/internal/InternalListState.java => flink-core/src/main/java/org/apache/flink/core/state/InternalStateIterator.java (67%)