apache/pinot
View on GitHubSupport for SHOW TABLES and DESCRIBE <tbl_name> Commands
Open
#9,200 opened on Aug 11, 2022
good first issue
Repository metrics
- Stars
- (4,937 stars)
- PR merge metrics
- (Avg merge 6d 7h) (186 merged PRs in 30d)
Description
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.