This is an automated email from the ASF dual-hosted git repository.
jark pushed a change to branch release-0.9
in repository https://gitbox.apache.org/repos/asf/fluss.git
from f3f4a9ce1 [kv] Validate non-primary-key table for KvSnapshotLease
acquire and release APIs (#2723) (#2736)
new 1cb95bc94 [flink] Add IT test for latest scan startup mode for
changelog virtual table (#2477)
new ef80fd04c [flink] Fix $changelog and $binlog virtual tables fail (NPE)
to complete checkpoint (#2743)
new 281410486 [hotfix] Fix unstable test
KvReplicaRestoreITCase.testRowCountRecoveryAfterFailover
The 3 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:
.../fluss/flink/source/BinlogFlinkTableSource.java | 3 +-
.../flink/source/ChangelogFlinkTableSource.java | 3 +-
.../flink/source/BinlogVirtualTableITCase.java | 186 ++++++++++++++++++--
.../flink/source/ChangelogVirtualTableITCase.java | 191 ++++++++++++++++++---
.../server/replica/KvReplicaRestoreITCase.java | 7 +
.../server/testutils/FlussClusterExtension.java | 45 ++---
.../server/testutils/RpcMessageTestUtils.java | 16 ++
7 files changed, 381 insertions(+), 70 deletions(-)