JingsongLi commented on code in PR #1770:
URL: https://github.com/apache/incubator-paimon/pull/1770#discussion_r1289705229


##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/FlinkConnectorOptions.java:
##########
@@ -224,6 +224,18 @@ public class FlinkConnectorOptions {
                     .withDescription(
                             "If the new snapshot has not been generated when 
the checkpoint starts to trigger, the enumerator will block the checkpoint and 
wait for the new snapshot. Set the maximum waiting time to avoid infinite 
waiting, if timeout, the checkpoint will fail. Note that it should be set 
smaller than the checkpoint timeout.");
 
+    public static final ConfigOption<Boolean> LOOKUP_ASYNC =
+            ConfigOptions.key("lookup.async")

Review Comment:
   Good point! You are right!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to