sohardforaname commented on code in PR #11035:
URL: https://github.com/apache/doris/pull/11035#discussion_r940950282
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java:
##########
@@ -567,23 +595,45 @@ public List<Expression>
visitNamedExpressionSeq(NamedExpressionSeqContext namedC
return visit(namedCtx.namedExpression(), Expression.class);
}
+ /**
+ * Create OrderKey list.
+ *
+ * @param ctx QueryOrganizationContext
+ * @return List of OrderKey
+ */
@Override
- public LogicalPlan visitFromClause(FromClauseContext ctx) {
+ public List<OrderKey> visitQueryOrganization(QueryOrganizationContext ctx)
{
Review Comment:
done
--
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]