Description
As a follow-up to the parameterized query we added recently, we’d like to support positional parameters. This is part of the SQL standard and JDBC/ODBC protocol.
Example: update COFFEES set TOTAL = TOTAL + ? where COF_NAME = ?
Note that positional and named param marker cannot be used in the same query.
Attachments
Issue Links
- blocks
-
SPARK-44068 Support positional parameters in Scala connect client
- Resolved
- is cloned by
-
SPARK-44140 Support positional parameters in PySpark sql()
- Resolved
- links to