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


##########
fe/fe-core/src/main/java/org/apache/doris/analysis/NativeInsertStmt.java:
##########
@@ -771,7 +771,8 @@ private void analyzeSubquery(Analyzer analyzer, boolean 
skipCheck) throws UserEx
                         for (SlotRef slot : columns) {
                             smap.getLhs().add(slot);
                             smap.getRhs()
-                                    .add(Load.getExprFromDesc(analyzer, 
slotToIndex.get(slot.getColumnName()), slot));
+                                    
.add(LoadExprTransformUtils.getExprFromDesc(analyzer,

Review Comment:
   This PR only handle removing spark load, I just try to remain other logic 
unchanged.
   This change is only because the `Load` class is rename to 
`LoadExprTransformUtils`



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