[
https://issues.apache.org/jira/browse/AMBARI-16713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gaurav Nagar updated AMBARI-16713:
----------------------------------
Status: Patch Available (was: Open)
> 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
>
> Attachments: AMBARI-16713_branch-2.4.patch
>
>
> 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)