EMsnap commented on code in PR #9080:
URL: https://github.com/apache/inlong/pull/9080#discussion_r1366699649
##########
inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/pulsar/src/main/java/org/apache/inlong/sort/pulsar/PulsarTableOptions.java:
##########
@@ -282,4 +282,11 @@ private PulsarTableOptions() {
.booleanType()
.defaultValue(true)
.withDescription("Indicate if the table is an explicit
Flink table.");
+
+ public static final ConfigOption<Boolean> GENERIC = ConfigOptions
Review Comment:
there is no use of this parameter in flink 1.15 , so I removed it
for flink1.13 its value is always true, so I removed it in flink 1.13 also
to keep consistent
--
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]