cloud-fan opened a new pull request #25104: [SPARK-28341][SQL] remove session catalog config URL: https://github.com/apache/spark/pull/25104 ## What changes were proposed in this pull request? Currently Spark has 2 configs for end-users to set up v2 configs: `spark.sql.default.catalog` and `spark.sql.catalog.session`. This is confusing to end-users as they don't know which config to set. Moreover, the session catalog is really just a wrapper of the built-in in-memory and hive catalog. It's weird to allow end-users to provide custom implementations. ## How was this patch tested? existing tests
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
