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

ASF GitHub Bot updated SPARK-52832:
-----------------------------------
    Labels: pull-request-available  (was: )

> Fix oracle dialect identifier quoting
> -------------------------------------
>
>                 Key: SPARK-52832
>                 URL: https://issues.apache.org/jira/browse/SPARK-52832
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 4.0.0
>            Reporter: Uros Stankovic
>            Priority: Minor
>              Labels: pull-request-available
>
> When identifier has double quotes in it's name, which is possible on Oracle, 
> quoting requires escaping of double quotes.
> E.g.
> ab"c -> "ab""c"
> Unfortunately, Oracle dialect does not escape quotes properly which leads to 
> SQL syntax errors when we need craft query which select from table name with 
> quotes. 



--
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