Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-47265][SQL][FOLLOWUP] V2SessionCatalog#createTable should not …
…fail ### What changes were proposed in this pull request? This is a followup of apache#45368 . `DelegatingCatalogExtension` can invoke any method in `V2SessionCatalog`, and we should make sure the two overloads of `createTable` in `V2SessionCatalog` both work. ### Why are the changes needed? Avoid breaking custom catalogs that extend `DelegatingCatalogExtension`. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? N/A ### Was this patch authored or co-authored using generative AI tooling? no Closes apache#47755 from cloud-fan/create-table. Authored-by: Wenchen Fan <wenchen@databricks.com> Signed-off-by: Kent Yao <yao@apache.org>
- Loading branch information