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

Disallow create table with dot/colon in column name

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • Parser

    Description

      Since we don't allow users to query column names with dot in the middle such as emp.no, don't allow users to create tables with such columns that cannot be queried. Fix the documentation to reflect this fix.

      Here is an example. Consider this table:

      CREATE TABLE a (`emp.no` string);
      select `emp.no` from a; fails with this message:
      FAILED: RuntimeException java.lang.RuntimeException: cannot find field emp from [0:emp.no]
      

      The hive documentation needs to be fixed:

       (https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL) seems to  indicate that any Unicode character can go between the backticks in the select statement, but it doesn’t like the dot/colon or even select * when there is a column that has a dot/colon. 
      

      Attachments

        1. HIVE-10120.01.patch
          5 kB
          Pengcheng Xiong
        2. HIVE-10120.02.patch
          5 kB
          Pengcheng Xiong

        Issue Links

          Activity

            People

              pxiong Pengcheng Xiong
              pxiong Pengcheng Xiong
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: