This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
The following commit(s) were added to refs/heads/master by this push:
new 65e6e2a8 [hotfix] Remove sout in AppendOnlyWriter
65e6e2a8 is described below
commit 65e6e2a883255df29b0faf13d93eaf7c1deb6816
Author: JingsongLi <[email protected]>
AuthorDate: Sun Jun 19 16:36:06 2022 +0800
[hotfix] Remove sout in AppendOnlyWriter
---
.../java/org/apache/flink/table/store/file/data/AppendOnlyWriter.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/flink-table-store-core/src/main/java/org/apache/flink/table/store/file/data/AppendOnlyWriter.java
b/flink-table-store-core/src/main/java/org/apache/flink/table/store/file/data/AppendOnlyWriter.java
index 3c3f9e7e..8451064d 100644
---
a/flink-table-store-core/src/main/java/org/apache/flink/table/store/file/data/AppendOnlyWriter.java
+++
b/flink-table-store-core/src/main/java/org/apache/flink/table/store/file/data/AppendOnlyWriter.java
@@ -102,8 +102,6 @@ public class AppendOnlyWriter implements
RecordWriter<RowData> {
writer = createRollingRowWriter();
}
- System.out.println(newFiles);
-
return Increment.forAppend(newFiles);
}