JNSimba commented on code in PR #190:
URL: 
https://github.com/apache/doris-spark-connector/pull/190#discussion_r1493972848


##########
spark-doris-connector/src/main/java/org/apache/doris/spark/cfg/ConfigurationOptions.java:
##########
@@ -144,4 +144,10 @@ public interface ConfigurationOptions {
 
     String DORIS_HTTPS_KEY_STORE_PASSWORD = "doris.https.key-store-password";
 
+    String LOAD_MODE = "doris.sink.load.mode";
+    String DEFAULT_LOAD_MODE = "stream_load";
+
+    String CLUSTER_NAME = "sink.clustername";

Review Comment:
   Should this be optional?



-- 
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]

Reply via email to