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

SOURCE keyword is a common identifier

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 1.4
    • Impala 1.4
    • None
    • None

    Description

      We added a new keyword SOURCE (for DATA SOURCE ddl commands), but "source" is a very common identifier so introducing this keyword may be problematic for some users that can't easily add quotes where necessary.

      There are a number of things we can consider:
      1) ignoring, expecting users to change names or adding quotes
      2) changing keywords "DATA SOURCE" to "DATASOURCE" or even "EXTDATASOURCE"
      3) accept "source" as an identifier and then check it in the parser code (hacky)
      4) have keywords that can be used as identifiers and a separate set of reserved words which cannot (likely too much work for 1.4)

      Attachments

        Activity

          People

            mjacobs Matthew Jacobs
            mjacobs Matthew Jacobs
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: