chncaesar commented on code in PR #9593:
URL: https://github.com/apache/seatunnel/pull/9593#discussion_r2227052895
##########
seatunnel-connectors-v2/connector-tdengine/src/main/java/org/apache/seatunnel/connectors/seatunnel/tdengine/config/TDengineSourceOptions.java:
##########
@@ -33,4 +33,12 @@ public class TDengineSourceOptions extends
TDengineCommonOptions {
.stringType()
.noDefaultValue()
.withDescription("The upper bound for data query range");
+
+ public static final Option<String> SUB_TABLE =
+ Options.key("sub_table")
+ .stringType()
Review Comment:
Fixed, thanks for the effort.
##########
seatunnel-connectors-v2/connector-tdengine/src/main/java/org/apache/seatunnel/connectors/seatunnel/tdengine/config/TDengineCommonOptions.java:
##########
@@ -54,4 +54,13 @@ public abstract class TDengineCommonOptions {
.stringType()
.noDefaultValue()
.withDescription("The TDengine super table name");
+
+ public static final Option<String> FIELD_NAMES =
+ Options.key("field_names")
Review Comment:
fixed.
--
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]