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)