This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from baa2723 [FLINK-21466][sql-client] Add unit tests for SqlClient
new 89038cd [FLINK-21381][state] Add test for
KeyGroupedInternalPriorityQueue
new db44834 [FLINK-21831][state][changelog] Add missing delegation of
KeyGroupedInternalPriorityQueue
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/runtime/state/StateBackendTestBase.java | 58 ++++++++++++++
.../runtime/testutils/statemigration/TestType.java | 5 ++
.../ChangelogKeyGroupedPriorityQueue.java | 88 ++++++++++++++++++++++
.../changelog/ChangelogKeyedStateBackend.java | 3 +-
4 files changed, 153 insertions(+), 1 deletion(-)
create mode 100644
flink-state-backends/flink-statebackend-changelog/src/main/java/org/apache/flink/state/changelog/ChangelogKeyGroupedPriorityQueue.java