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

Create table with multi-byte column fails with AnalysisException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Bug
    • Impala 2.7.0
    • None
    • Frontend

    Description

      Impala cannot create table with multi-byte column name.
      This is similar to IMPALA-4443 but it may not deal with multi-byte.

      > CREATE VIEW tableau_new AS SELECT
      > code AS `A_1_加入者コード`
      > from sample_07;
      Query: create VIEW tableau_new AS SELECT
      code AS `A_1_加入者コード`
      from sample_07
      ERROR: AnalysisException: Invalid column/field name: a_1_加入者コード
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tomo Tomoaki Yano
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: