Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]> Closes apache#16035 from cloud-fan/minor.
- Loading branch information