naan31 opened a new pull request, #56138:
URL: https://github.com/apache/spark/pull/56138
This test verifies that spark.sql("SELECT :x", args=Map("x" -> 1)) works
correctly
without requiring the legacy parameter substitution configuration.
The test covers:
- Single named parameter: spark.sql("SELECT :x", args=Map("x" -> 1))
- Multiple named parameters: spark.sql("SELECT :x, :y", args=Map("x" -> 1,
"y" -> 2))
This is a regression test for issue #55392.
--
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]