rdblue commented on issue #25747: [SPARK-29039][SQL] centralize the catalog and table lookup logic URL: https://github.com/apache/spark/pull/25747#issuecomment-535172709 @cloud-fan, this looks close to being ready to me. The main problem is that it still combines catalog and table resolution in rules. I don't think that's necessary if we use `UnresovledRelation`, which should also affect fewer files. That will also make it so the logical plans are not tightly coupled to a particular table connector API.
---------------------------------------------------------------- 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]
