walterddr commented on issue #9200:
URL: https://github.com/apache/pinot/issues/9200#issuecomment-1275301475

   see: https://calcite.apache.org/docs/reference.html#ddl-extensions
   - `DESCRIBE TABLE <table_name>` should be parsable by calcite
   - `SHOW TALBES` might not be, 
     - although we can make it as an alias of `DESCRIBE DATABASE "default"` 
since pinot doesn't have a catalog/database concept and it should show the 
table list


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

Reply via email to