You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Alexandre Linte (JIRA)" <ji...@apache.org> on 2016/01/26 18:02:39 UTC

[jira] [Created] (HIVE-12932) International characters not supported

Alexandre Linte created HIVE-12932:
--------------------------------------

             Summary: International characters not supported
                 Key: HIVE-12932
                 URL: https://issues.apache.org/jira/browse/HIVE-12932
             Project: Hive
          Issue Type: Bug
    Affects Versions: 1.2.1
         Environment: RHEL 6
Hadoop 
Hive 1.2.1
            Reporter: Alexandre Linte


It seems that some characters such as french accents are not properly handled (é è ç à ê)

How to reproduce:

use mydb;
create table stringtest (frenchaccents string);
INSERT INTO TABLE stringtest VALUES ('éèàê');
SELECT * FROM stringtest;

Result:
hive (mydb)> SELECT * from stringtest;
OK
���






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