You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Gaurav Nagar (JIRA)" <ji...@apache.org> on 2016/05/17 15:18:12 UTC

[jira] [Created] (AMBARI-16713) Hive View does not work with multi-bytes characters

Gaurav Nagar created AMBARI-16713:
-------------------------------------

             Summary: Hive View does not work with multi-bytes characters
                 Key: AMBARI-16713
                 URL: https://issues.apache.org/jira/browse/AMBARI-16713
             Project: Ambari
          Issue Type: Bug
          Components: ambari-views
            Reporter: Gaurav Nagar
            Assignee: Gaurav Nagar
             Fix For: 2.4.0


Hive View replaces the multi-byte characters such as Japanese to single byte if you use it in WHERE clause
For example:
select * from test_csv where note='あああ';
becomes
select * from test_csv where note='BBB';



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)