Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-6574

Support nested catalogs in ExternalCatalog

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 1.3.0, 1.4.0
    • Table SQL / API
    • None

    Description

      We found out that the current external catalog requires three layers of references for any tables. For example, the SQL would look like the following when referencing external table:

      SELECT * FROM catalog.db.table
      

      It would be great to support only two layers of indirections which is closer to many of the deployment on Presto / Hive today.

      SELECT * FROM db.table
      

      Attachments

        Issue Links

          Activity

            People

              wheat9 Haohui Mai
              wheat9 Haohui Mai
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: