englefly commented on code in PR #12113:
URL: https://github.com/apache/doris/pull/12113#discussion_r957945642
##########
fe/fe-core/src/main/java/org/apache/doris/analysis/FromClause.java:
##########
@@ -44,6 +46,8 @@ public class FromClause implements ParseNode,
Iterable<TableRef> {
private boolean analyzed = false;
private boolean needToSql = false;
+ private final Map<Integer, TableRef> tableRefPositions = new
HashMap<Integer, TableRef>();
Review Comment:
Could you add comments about the sql caused this bug, and explain why we
need this attribute.
--
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]