JNSimba commented on code in PR #427: URL: https://github.com/apache/doris-flink-connector/pull/427#discussion_r1677596920
########## flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisConfigOptions.java: ########## @@ -307,7 +307,16 @@ public class DorisConfigOptions { .booleanType() .defaultValue(false) .withDescription("Whether to use buffer cache for breakpoint resume"); - + public static final ConfigOption<Boolean> USE_FLIGHT_SQL = + ConfigOptions.key("use.flight.sql") Review Comment: The style of configuration items can be unified, such as source.use-flight-sql source.flight-sql-port -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org