You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Samuel Setegne (Jira)" <ji...@apache.org> on 2020/02/13 20:55:00 UTC

[jira] [Created] (SPARK-30822) Pyspark queries fail if terminated with a semicolon

Samuel Setegne created SPARK-30822:
--------------------------------------

             Summary: Pyspark queries fail if terminated with a semicolon
                 Key: SPARK-30822
                 URL: https://issues.apache.org/jira/browse/SPARK-30822
             Project: Spark
          Issue Type: Bug
          Components: PySpark, SQL
    Affects Versions: 3.0.0
            Reporter: Samuel Setegne


When a user submits a directly executable SQL statement terminated with a semicolon, they receive a `org.apache.spark.sql.catalyst.parser.ParseException` of `mismatched input ";"`. SQL-92 describes a direct SQL statement as having the format of `<directly executable statement> <semicolon>` and the majority of SQL implementations either require the semicolon as a statement terminator, or make it optional (meaning not raising an exception when it's included, seemingly in recognition that it's a common behavior).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org