Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-1084

Support double quoted identifiers as per SQL:1992

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • Impala 1.2.4, Impala 1.3.1
    • None
    • Frontend

    Description

      SQL:1992 supports delimited identifiers for schema objects in queries:

      (http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt, ยง5.2, p82)

      <delimited identifier> ::= <double quote> <delimited identifier body> <double quote>

      Currently Impala only allows backticks around shema objects, which can
      cause issues for some versions of some tools which produce queries of the form:

      select * from "table";

      Attachments

        Activity

          People

            Unassigned Unassigned
            ibuss_impala_c846 Ian Buss
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: