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/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 39b894b1e8 [hotfix] Fix comment in CommitListener
39b894b1e8 is described below

commit 39b894b1e8bce00621aa49197ff0772387077739
Author: JingsongLi <[email protected]>
AuthorDate: Wed Jun 18 12:06:43 2025 +0800

    [hotfix] Fix comment in CommitListener
---
 .../java/org/apache/paimon/flink/sink/partition/CommitListener.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/partition/CommitListener.java
 
b/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/partition/CommitListener.java
index fe70820651..b5efc36018 100644
--- 
a/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/partition/CommitListener.java
+++ 
b/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/partition/CommitListener.java
@@ -23,7 +23,7 @@ import org.apache.paimon.manifest.ManifestCommittable;
 import java.io.Closeable;
 import java.util.List;
 
-/** The partition listener. */
+/** The commit listener. */
 public interface CommitListener extends Closeable {
 
     void notifyCommittable(List<ManifestCommittable> committables);

Reply via email to