-
- Downloads
[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:Reynold Xin <rxin@databricks.com>
Loading
Please register or sign in to comment