JNSimba commented on code in PR #343:
URL:
https://github.com/apache/doris-flink-connector/pull/343#discussion_r1591078031
##########
flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/mongodb/MongoDBDatabaseSync.java:
##########
@@ -65,6 +66,11 @@ public class MongoDBDatabaseSync extends DatabaseSync {
private static final String INITIAL_MODE = "initial";
private static final String LATEST_OFFSET_MODE = "latest-offset";
private static final String TIMESTAMP_MODE = "timestamp";
+ public static final ConfigOption<String> MONGO_CDC_CREATE_SAMPLE_PERCENT =
+ ConfigOptions.key("mongo-cdc-schema-sample-percent")
Review Comment:
Change the name to schema.sample-percent
--
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]