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 75a9f82300 [hotfix] Fix checkstyle in TestChangelogDataReadWrite
75a9f82300 is described below
commit 75a9f82300a940b09953fe1fe4a8b601f7a8dd80
Author: JingsongLi <[email protected]>
AuthorDate: Wed Aug 5 19:18:23 2026 +0800
[hotfix] Fix checkstyle in TestChangelogDataReadWrite
---
.../org/apache/paimon/flink/source/TestChangelogDataReadWrite.java | 7 +------
1 file changed, 1 insertion(+), 6 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 135363cca3..58324fe016 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
@@ -152,12 +152,7 @@ public class TestChangelogDataReadWrite {
FileFormatDiscover.of(options),
pathFactory,
options);
- return new KeyValueTableRead(
- () -> read,
- () -> rawFileRead,
- schema,
- options,
- null);
+ return new KeyValueTableRead(() -> read, () -> rawFileRead, schema,
options, null);
}
public <T> List<DataFileMeta> writeFiles(