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

Support double quotes around schema objects as per SQL:1992

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • Impala 1.4
    • Product Backlog
    • None
    • None

    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

            victor.bittorf_impala_fcb6 Victor Bittorf
            henryr Henry Robinson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: