JNSimba commented on code in PR #465:
URL:
https://github.com/apache/doris-flink-connector/pull/465#discussion_r1711443664
##########
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("source.use-flight-sql")
+ .booleanType()
+ .defaultValue(Boolean.FALSE)
+ .withDescription("use flight sql flag");
+ public static final ConfigOption<String> FLIGHT_SQL_PORT =
+ ConfigOptions.key("source.flight-sql-port")
+ .stringType()
Review Comment:
maybe is int type?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]