Yohahaha commented on code in PR #3471:
URL: https://github.com/apache/fluss/pull/3471#discussion_r3506630583


##########
fluss-spark/fluss-spark-common/src/main/scala/org/apache/fluss/spark/SparkFlussConf.scala:
##########
@@ -39,21 +39,21 @@ object SparkFlussConf {
 
   val SCAN_START_UP_MODE: ConfigOption[String] =
     ConfigBuilder
-      .key("scan.startup.mode")
+      .key("scanStartupMode")
       .stringType()
       .defaultValue(StartUpMode.FULL.toString)
       .withDescription("The start up mode when read Fluss table.")
 
   val SCAN_POLL_TIMEOUT: ConfigOption[Duration] =
     ConfigBuilder
-      .key("scan.poll.timeout")

Review Comment:
   scan.pollTimeout



-- 
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