apache/pinot
Support for SHOW TABLES and DESCRIBE <tbl_name> Commands
Aperta
#9200 aperta il 11 ago 2022
good first issue
Metriche repository
- Star
- (4937 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
As a user, I would like to be able to issue an equivalent of MySQL's SHOW TABLES and DESCRIBE <tbl_name> commands, to get a list of tables in my cluster and to get metadata about a particular table (such as its columns and their types) respectively.