dhruve commented on issue #24785: [SPARK-27937][CORE] Revert partial logic for auto namespace discovery URL: https://github.com/apache/spark/pull/24785#issuecomment-501732756 It can also lead to confusion for the user, because if a table is stored across multiple namespaces, the user will see two behaviors: 1. If federation is enabled: a. If data is stored on same cluster => User can query the data b. If data is stored on diff cluster => User has to specify the namespace explicitly 2. If federation is disabled: User has to specify the namespace explicitly Before the change: User has to specify the namespace explicitly all the times. Which I think is more consistent to reason about.
---------------------------------------------------------------- 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]
