You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jeff Zhang (JIRA)" <ji...@apache.org> on 2019/08/09 03:28:00 UTC

[jira] [Created] (FLINK-13659) Add method listDatabases(catalog) and listTables(catalog, database) in TableEnvironment

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)