Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.4.0
    • 3.0.0
    • SQL
    • None

    Description

      There are 2 kinds of SQL keywords: reserved and non-reserved. Reserved keywords can't be used as identifiers.

      In Spark SQL, we are too tolerant about non-reserved keywors. A lot of keywords are non-reserved and sometimes it cause ambiguity (IIRC we hit a problem when improving the INTERVAL syntax).

      I think it will be better to just follow other databases or SQL standard to define reserved keywords, so that we don't need to think very hard about how to avoid ambiguity.

      For reference: https://www.postgresql.org/docs/8.1/sql-keywords-appendix.html

      Attachments

        Issue Links

          Activity

            People

              maropu Takeshi Yamamuro
              cloud_fan Wenchen Fan
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: