seawinde commented on code in PR #55305:
URL: https://github.com/apache/doris/pull/55305#discussion_r2486383429
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/StructInfo.java:
##########
@@ -568,6 +570,9 @@ public static class PlanCheckContext {
private int topAggregateNum = 0;
private boolean alreadyMeetJoin = false;
private final Set<JoinType> supportJoinTypes;
+ private boolean containsTopGenerate = false;
+ private int topGenerateNum = 0;
+ private boolean isGenerateNeighbourCatalog = true;
Review Comment:
added
--
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]