[ 
https://issues.apache.org/jira/browse/IMPALA-12465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17797326#comment-17797326
 ] 

ASF subversion and git services commented on IMPALA-12465:
----------------------------------------------------------

Commit c86582cfe034c19a8ea80cdda518e0a720a2d313 in impala's branch 
refs/heads/master from pranav.lodha
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=c86582cfe ]

IMPALA-12465: Unicode column name support

Impala depends on Hive functions for column name validation and uses
validateName() function for the same. Since Hive already supports
unicode column names, the patch just updates the column name validation
function to validateColumnName(). validateName() checks for a certain
conformance based on pattern matching standards while
validateColumnName() places no restrictions on column names at the
Metadata level.

Testing: The support is tested and cross-checked with Hive. The tests
can be found in unicode-column-name.test.

Change-Id: I1ad9d63ac1b9631a0f4a433798bd5109aa2ed718
Reviewed-on: http://gerrit.cloudera.org:8080/20506
Tested-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Michael Smith <[email protected]>


> Support unicode column names
> ----------------------------
>
>                 Key: IMPALA-12465
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12465
>             Project: IMPALA
>          Issue Type: New Feature
>            Reporter: Pranav Yogi Lodha
>            Assignee: Pranav Yogi Lodha
>            Priority: Major
>
> Impala currently supports only ASCII characters in column names. Update it to 
> support unicode column names, consistent with Hive's current support (as we 
> use Hive MetaStore to store table metadata).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to