This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 5160307417 [flink] Fix source reader test setup
5160307417 is described below
commit 5160307417db0ce4e5886718ca6880634d66661e
Author: JingsongLi <[email protected]>
AuthorDate: Wed Aug 5 16:56:09 2026 +0800
[flink] Fix source reader test setup
---
.../org/apache/paimon/flink/source/TestChangelogDataReadWrite.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/source/TestChangelogDataReadWrite.java
b/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/source/TestChangelogDataReadWrite.java
index 2a98e34cc9..135363cca3 100644
---
a/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/source/TestChangelogDataReadWrite.java
+++
b/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/source/TestChangelogDataReadWrite.java
@@ -155,8 +155,8 @@ public class TestChangelogDataReadWrite {
return new KeyValueTableRead(
() -> read,
() -> rawFileRead,
- null,
- CoreOptions.fromMap(Collections.emptyMap()),
+ schema,
+ options,
null);
}