srielau commented on PR #55752: URL: https://github.com/apache/spark/pull/55752#issuecomment-4499139473
Quick first reaction: - Unnamed parameters are NOT substituted during execution. - Prior to 4.1 we substituted them during analysis - Starting with 4.1 We have pre-parser which substuitutes parameter markesr prior to calling the main parser. I'm having a look at what's root cause -- 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]
