Skip to content
Snippets Groups Projects
Commit bc7a3ec2 authored by Andrew Or's avatar Andrew Or Committed by Reynold Xin
Browse files

[SPARK-13685][SQL] Rename catalog.Catalog to ExternalCatalog

## What changes were proposed in this pull request?

Today we have `analysis.Catalog` and `catalog.Catalog`. In the future the former will call the latter. When that happens, if both of them are still called `Catalog` it will be very confusing. This patch renames the latter `ExternalCatalog` because it is expected to talk to external systems.

## How was this patch tested?

Jenkins.

Author: Andrew Or <andrew@databricks.com>

Closes #11526 from andrewor14/rename-catalog.
parent ee913e6e
No related branches found
No related tags found
Loading
Showing
with 34 additions and 27 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment