Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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';
Attachments
Attachments
Issue Links
- links to