Skip to content
Snippets Groups Projects
Commit 4d794785 authored by Wenchen Fan's avatar Wenchen Fan Committed by Reynold Xin
Browse files

[SQL][MINOR] DESC should use 'Catalog' as partition provider


## What changes were proposed in this pull request?

`CatalogTable` has a parameter named `tracksPartitionsInCatalog`, and in `CatalogTable.toString` we use `"Partition Provider: Catalog"` to represent it. This PR fixes `DESC TABLE` to make it consistent with `CatalogTable.toString`.

## How was this patch tested?

N/A

Author: Wenchen Fan <wenchen@databricks.com>

Closes #16035 from cloud-fan/minor.

(cherry picked from commit 18564284)
Signed-off-by: default avatarReynold Xin <rxin@databricks.com>
parent 34ad4d52
No related branches found
No related tags found
Loading
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