This is an automated email from the ASF dual-hosted git repository. zakelly pushed a change to branch release-2.0 in repository https://gitbox.apache.org/repos/asf/flink.git
from e6a94b50d70 [FLINK-37424][release] Using JDK11 for the nightly binary release new 2477179a129 [FLINK-37420] Fix AbstractAggregatingState#add that may return wrong result (#26246) new ceb6aa69e80 [FLINK-37419] Align the map value serialization in ForSt sync and async states (#26245) 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: .../runtime/state/v2/AbstractAggregatingState.java | 3 +- .../state/v2/AbstractAggregatingStateTest.java | 139 ++++++++++----------- .../state/forst/ForStDBMapEntryIterRequest.java | 10 +- .../state/forst/ForStDBMapKeyIterRequest.java | 2 + .../state/forst/ForStDBMapValueIterRequest.java | 5 +- .../apache/flink/state/forst/ForStMapState.java | 4 +- 6 files changed, 84 insertions(+), 79 deletions(-)