XMLWordPrintableJSON

Details

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

    Description

      The SparkSQLParser is used to parser the following commands:

      • CACHE (LAZY) TABLE tbl (AS SELECT * FROM tbl2)
      • UNCACHE TABLE tbl
      • SHOW TABLES (IN db)
      • SHOW FUNCTIONS (db.pattern)
      • DESCRIBE FUNCTION (EXTENDED) functionName
      • SET key=value

      These have to be migrated to the new parser. We will probably have to maintain the seperate parser for SET commands, because any input should be allowed for the value, which will not work in combination with the lexer.

      Attachments

        Activity

          People

            hvanhovell Herman van Hövell
            hvanhovell Herman van Hövell
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: