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
- relates to
-
IMPALA-2019 Proper UTF-8 support in string functions
- Resolved