[ 
https://issues.apache.org/jira/browse/SPARK-44189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Max Gekk resolved SPARK-44189.
------------------------------
    Fix Version/s: 3.5.0
       Resolution: Fixed

Issue resolved by pull request 41739
[https://github.com/apache/spark/pull/41739]

> Support positional parameters in sql() by python connect client
> ---------------------------------------------------------------
>
>                 Key: SPARK-44189
>                 URL: https://issues.apache.org/jira/browse/SPARK-44189
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Connect
>    Affects Versions: 3.5.0
>            Reporter: Max Gekk
>            Assignee: Max Gekk
>            Priority: Major
>             Fix For: 3.5.0
>
>
> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to