DarvenDuan commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2185522421
> > > Is this feature(show config) supported in Nereids? > > > > > > ShowStmt does not differentiate between old and new optimizers,so it works with both. > > should what `fe/fe-core/src/main/cup/sql_parser.cup` implements also be implemented in `nereids/DorisParser.g4`? AFAIK, now it can't be parsed by nereids? then when we deprecate legacy planner in near future, should we also imp it in nereids? The NereidsParser can't parse all ShowStmt (e.g., `show frontends` stmt) and it will rollback to old SqlParser now, is there a plan to deprecate the old SqlParser and remove `sql_parser.cup` when we deprecate legacy planner in near future? -- 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