This is an automated email from the ASF dual-hosted git repository.
jark pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
from ad037cfba [lance] Fix Lance writer to emit Arrow FixedSizeList for
array columns to enable native vector search (#2707)
new ea1f60b5a [flink] Add IT test for latest scan startup mode for
changelog virtual table (#2477)
new 1b760c1d4 [flink] Fix $changelog and $binlog virtual tables fail (NPE)
to complete checkpoint (#2743)
new fbdb7fa9a [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(-)