Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-1471

CTAS should unescape the column name in the select-clause.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.6.0
    • 0.7.0
    • Query Processor
    • None

    Description

      The following query
      {{{
      create table T as select `to` from S;
      }}}
      failed since `to` should be unescaped before creating the table.

      Attachments

        1. HIVE-1471.patch
          19 kB
          Ning Zhang

        Activity

          People

            nzhang Ning Zhang
            nzhang Ning Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: