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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org