[ 
https://issues.apache.org/jira/browse/SPARK-44066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17732955#comment-17732955
 ] 

ASF GitHub Bot commented on SPARK-44066:
----------------------------------------

User 'MaxGekk' has created a pull request for this issue:
https://github.com/apache/spark/pull/41568

> Support positional parameters in parameterized query
> ----------------------------------------------------
>
>                 Key: SPARK-44066
>                 URL: https://issues.apache.org/jira/browse/SPARK-44066
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>    Affects Versions: 3.5.0
>            Reporter: Max Gekk
>            Assignee: Max Gekk
>            Priority: Major
>
> 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to