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


##########
spark-doris-connector/src/main/java/org/apache/doris/spark/load/DorisStreamLoad.java:
##########
@@ -218,7 +221,7 @@ public long load(Iterator<InternalRow> rows, StructType 
schema)
             this.loadUrlStr = loadUrlStr;
             HttpPut httpPut = getHttpPut(label, loadUrlStr, enable2PC, schema);
             RecordBatchInputStream recodeBatchInputStream = new 
RecordBatchInputStream(RecordBatch.newBuilder(rows)
-                    .format(fileType)
+                    .format(dataFormat)

Review Comment:
   Sorry, ignore this comment, the capitalization here does not affect 
streamLoadProp



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