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 a2502c588 [flink] Fix class annotation of AsyncLookupSinkWrite (#3729)
a2502c588 is described below
commit a2502c588ac04634a45fdb4cda12569180d5ac3a
Author: wangwj <[email protected]>
AuthorDate: Thu Jul 11 12:06:33 2024 +0800
[flink] Fix class annotation of AsyncLookupSinkWrite (#3729)
---
.../main/java/org/apache/paimon/flink/sink/AsyncLookupSinkWrite.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/AsyncLookupSinkWrite.java
b/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/AsyncLookupSinkWrite.java
index b4cf7aa78..9c814463c 100644
---
a/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/AsyncLookupSinkWrite.java
+++
b/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/AsyncLookupSinkWrite.java
@@ -34,7 +34,7 @@ import java.util.Map;
/**
* {@link StoreSinkWrite} for tables with lookup changelog producer and {@link
- *
org.apache.paimon.flink.FlinkConnectorOptions#CHANGELOG_PRODUCER_LOOKUP_WAIT}
set to false.
+ * org.apache.paimon.CoreOptions#CHANGELOG_PRODUCER_LOOKUP_WAIT} set to false.
*/
public class AsyncLookupSinkWrite extends StoreSinkWriteImpl {