You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Stu (Jira)" <ji...@apache.org> on 2020/12/22 21:36:00 UTC

[jira] [Created] (SPARK-33883) Can repeat "where" twice without error in spark sql

Stu created SPARK-33883:
---------------------------

             Summary: Can repeat "where" twice without error in spark sql
                 Key: SPARK-33883
                 URL: https://issues.apache.org/jira/browse/SPARK-33883
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.4.3
            Reporter: Stu


the following sql code works, despite having bad syntax (where is mentioned twice):
{code:java}
select * from table
where where field is not null{code}



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