qidaye commented on code in PR #9532:
URL: https://github.com/apache/incubator-doris/pull/9532#discussion_r871965469


##########
fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java:
##########
@@ -299,53 +299,46 @@ protected void setOptional(CreateRoutineLoadStmt stmt) 
throws UserException {
 
         if (Strings.isNullOrEmpty(stmt.getFormat()) || 
stmt.getFormat().equals("csv")) {
             jobProperties.put(PROPS_FORMAT, "csv");
-            jobProperties.put(PROPS_STRIP_OUTER_ARRAY, "false");

Review Comment:
   When the loaded file format is csv, but the json related parameter is 
configured to true, does it have any effect on the load?
   



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