MaxGekk commented on PR #49442:
URL: https://github.com/apache/spark/pull/49442#issuecomment-2585325909
> General comment: ensure that the parameter markers inside the execute
immediate string are NOT bound by anything except the USING clause.
@srielau Is it restricted by the SQL standard?
> So spark.sql("execute immediate 'select ?'", seq(5)) must Not work.
Why? What kind of issue might we face if we substitute a parameter in
already parsed query of `EXECUTE IMMEDIATE`?
--
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]