morningman commented on code in PR #18954:
URL: https://github.com/apache/doris/pull/18954#discussion_r1174559769


##########
fe/fe-core/src/main/java/org/apache/doris/planner/FileLoadScanNode.java:
##########
@@ -214,54 +199,14 @@ public void finalize(Analyzer analyzer) throws 
UserException {
         for (int i = 0; i < contexts.size(); ++i) {
             FileLoadScanNode.ParamCreateContext context = contexts.get(i);
             FileScanProviderIf scanProvider = scanProviders.get(i);
-            setDefaultValueExprs(scanProvider, context);
+            setDefaultValueExprs(scanProvider, context.srcSlotDescByName, 
context.params);

Review Comment:
   I think this can be moved to `init`



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