xiangfu0 commented on PR #17357: URL: https://github.com/apache/pinot/pull/17357#issuecomment-4153955032
Addressed the two top-level review questions as well: - `DESCRIBE` is not the same as the `SHOW` support in this PR. Calcite can parse `DESCRIBE`, but this change only adds controller-backed metadata listing for `SHOW DATABASES` / `SHOW TABLES` / `SHOW SCHEMAS`. - I updated the PR description to list the supported syntax and clarified that `SHOW SCHEMAS LIKE` uses SQL `LIKE` semantics rather than regex (`%`, `_`, and `\` escape). I am also pushing a follow-up amend for the remaining inline review items and the old integration-test flake hardening. -- 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]
