You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/09/04 02:34:49 UTC

[GitHub] [incubator-doris] xy720 commented on a change in pull request #4532: [Spark Load][Bug] Keep the column splitting in spark load consistent with broker load / mini load

xy720 commented on a change in pull request #4532:
URL: https://github.com/apache/incubator-doris/pull/4532#discussion_r483352298



##########
File path: fe/spark-dpp/src/main/java/org/apache/doris/load/loadv2/dpp/SparkDpp.java
##########
@@ -640,6 +642,22 @@ private StructType createScrSchema(List<String> srcColumns) {
         return srcSchema;
     }
 
+    // This method is to keep the splitting consistent with broker load / mini load
+    private String[] splitLine(String line, char sep) {

Review comment:
       fixed it




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org