Jeff Zhang created FLINK-13659: ---------------------------------- Summary: Add method listDatabases(catalog) and listTables(catalog, database) in TableEnvironment Key: FLINK-13659 URL: https://issues.apache.org/jira/browse/FLINK-13659 Project: Flink Issue Type: Improvement Components: Table SQL / API Affects Versions: 1.9.0 Reporter: Jeff Zhang
It would be nice to add method listDatabases(catalog) and listTables(catalog, database) in TableEnvironment. So that I can listDatabases with specified catalog and listTables with specified catalog and databases. Otherwise I would always need to call useCatalog and useDatabase beforehand. -- This message was sent by Atlassian JIRA (v7.6.14#76016)