zddr commented on code in PR #49041:
URL: https://github.com/apache/doris/pull/49041#discussion_r2043406767
##########
fe/fe-core/src/main/java/org/apache/doris/mtmv/MTMVPlanUtil.java:
##########
@@ -150,4 +173,117 @@ public static Set<TableIf> getBaseTableFromQuery(String
querySql, ConnectContext
}
}
}
+
+ public static List<ColumnDefinition> generateColumnsBySql(String querySql,
ConnectContext ctx, String partitionCol,
Review Comment:
If a new one is generated, the session set by the user will be lost
--
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]