Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-14014

Replace existing analysis.Catalog with SessionCatalog

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0
    • SQL
    • None

    Description

      As of this moment, there exist many catalogs in Spark. For Spark 2.0, we will have two high level catalogs only: SessionCatalog and ExternalCatalog. SessionCatalog (implemented in SPARK-13923) keeps track of temporary functions and tables and delegates other operations to ExternalCatalog.

      At the same time, there's this legacy catalog called `analysis.Catalog` that also tracks temporary functions and tables. The goal is to get rid of this legacy catalog and replace it with SessionCatalog, which is the new thing.

      Attachments

        Activity

          People

            andrewor14 Andrew Or
            andrewor14 Andrew Or
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: