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

Fu Sheng updated SPARK-54876:
-----------------------------
    Description: 
For the sql statements:
```SELECT 1; select /* comment */```
Would be split to one statement: "SELECT 1"
but should be split to two statements:
The first: "SELECT 1"
The second: "select /* comment */"
 

> Spark SQL CLI:Incorrectly split the SQL statements.
> ---------------------------------------------------
>
>                 Key: SPARK-54876
>                 URL: https://issues.apache.org/jira/browse/SPARK-54876
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 4.0.1
>            Reporter: Fu Sheng
>            Priority: Minor
>
> For the sql statements:
> ```SELECT 1; select /* comment */```
> Would be split to one statement: "SELECT 1"
> but should be split to two statements:
> The first: "SELECT 1"
> The second: "select /* comment */"
>  



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