morningman commented on code in PR #9927:
URL: https://github.com/apache/incubator-doris/pull/9927#discussion_r886995035


##########
fe/fe-core/src/main/java/org/apache/doris/analysis/InlineViewRef.java:
##########
@@ -207,7 +207,16 @@ public void analyze(Analyzer analyzer) throws 
AnalysisException, UserException {
             materializedTupleIds.add(desc.getId());
         }
 
-        // create smap_ and baseTblSmap_ and register auxiliary eq predicates 
between our
+        // anlayzeLateralViewRefs
+        analyzeLateralViewRef(analyzer);
+
+        // We need to analyze join behind create sMap and baseTblSmap, because 
SlotDescriptors of inline view's

Review Comment:
   ```suggestion
           // We need to analyze join before create sMap and baseTblSmap, 
because SlotDescriptors of inline view's
   ```



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

Reply via email to