cloud-fan edited a comment on issue #27391: [SPARK-30612][SQL] Resolve qualified column name with v2 tables URL: https://github.com/apache/spark/pull/27391#issuecomment-580730775 Agree with @brkyvz that we mostly only care about column qualifiers in SELECT, not DDL/DML commands. I think we only need to add `SubqueryAlias` when resolving `UnresolvedRelation` to v2 relations, to be consistent with v1 tables. An exception is UPDATE/DELETE/MERGE, where the conditions may contain qualified column names. In general, this PR extends https://github.com/apache/spark/pull/17185 to support n-part qualifier. The change here makes sense to me.
---------------------------------------------------------------- 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]
