Kikyou1997 commented on code in PR #24135:
URL: https://github.com/apache/doris/pull/24135#discussion_r1322322767


##########
fe/fe-core/src/main/cup/sql_parser.cup:
##########
@@ -4216,13 +4216,17 @@ show_param ::=
         RESULT = new ShowCreateMaterializedViewStmt(mvName, tableName);
     :}
     /* show analyze job */
-    | KW_ANALYZE opt_table_name:tbl opt_wild_where 
order_by_clause:orderByClause limit_clause:limitClause

Review Comment:
   这是之前还有analyze表的时候遗留的代码, 对元数据结构实现这个操作比较复杂。且之前也不支持



##########
fe/fe-core/src/main/cup/sql_parser.cup:
##########
@@ -4216,13 +4216,17 @@ show_param ::=
         RESULT = new ShowCreateMaterializedViewStmt(mvName, tableName);
     :}
     /* show analyze job */
-    | KW_ANALYZE opt_table_name:tbl opt_wild_where 
order_by_clause:orderByClause limit_clause:limitClause

Review Comment:
   这是之前还有analyze表的时候遗留的代码, 对元数据结构实现这个操作比较复杂。且之前也不支持



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