milastdbx opened a new pull request, #44450:
URL: https://github.com/apache/spark/pull/44450

   ### What changes were proposed in this pull request?
   As part of EXECUTE IMMEDIATE statement, we are doing variable resolution, 
and [previous PR ](https://github.com/databricks/runtime/pull/79845) introduced 
copy/paste issue from SET variable `canFold = false`. 
   
   This if fine for SET command, but for parameters should be foldable to match 
regular query behaviour with same pattern.
   
   
   ### Why are the changes needed?
   To align parameterized and non parameterized queries
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Manually
   


-- 
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]

Reply via email to