cloud-fan commented on pull request #34030:
URL: https://github.com/apache/spark/pull/34030#issuecomment-922752860
Maybe it's time to think about how to update the user-facing catalog API to
support v2 catalogs.
I have 2 ideas in mind:
1. small update to the existing catalog API: add `catalogExists` method,
support catalog part in table/view/function/database name such as
`spark.catalog.createTable("a.b.c", schema)`
2. expose `CatalogPlugin` to end-users directly, via `spark.catalog(name)`
Any thoughts? @huaxingao @viirya @yaooqinn
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]