JNSimba commented on code in PR #173:
URL:
https://github.com/apache/doris-spark-connector/pull/173#discussion_r1436211816
##########
spark-doris-connector/src/main/java/org/apache/doris/spark/load/DorisStreamLoad.java:
##########
@@ -112,6 +113,7 @@ public DorisStreamLoad(SparkSettings settings) {
this.db = dbTable[0];
this.tbl = dbTable[1];
this.fenodes =
settings.getProperty(ConfigurationOptions.DORIS_FENODES);
+ this.beNodes =
settings.getProperty(ConfigurationOptions.DORIS_BENODES);
Review Comment:
Can this be changed to lowercase? Unify with fenodes
--
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]