yadavay-amzn commented on PR #57468: URL: https://github.com/apache/spark/pull/57468#issuecomment-5065356008
@pan3793 here's the follow-up we discussed. It lists schemas uniformly via the current catalog's `SupportsNamespaces` and keeps `global_temp` as a session-catalog special case. On the perf point you raised: `listNamespaces()` has no pattern argument, so the schema pattern is filtered client-side; I called that out under "Performance consideration" in the description. Happy to hear how you'd like to handle pushdown, or whether a separate DSv2 API change is the better place for it. -- 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]
