IgorBerman commented on PR #31754: URL: https://github.com/apache/spark/pull/31754#issuecomment-2064149586
this change might create confusion when looking at TreeNode.sql() currently columns are not always have backticks i.e. instead of `column`.`nestedColumn` we will have column.`nestedColumn` so currently there is no difference between this and tableName.`nestedColumn` i.e. not clear if column is qualifier or column I'm not sure what ANSI says regarding this. -- 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]
