[ 
https://issues.apache.org/jira/browse/HIVE-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kousuke Saruta updated HIVE-2137:
---------------------------------

    Description: 
JDBC driver decodes string by client side default encoding, which depends on 
operating system unless we specify . 
It ignore server side encoding. 

For example, 
when server side operating system and encoding are Linux (utf-8) and client 
side operating system and encoding are Windows (shift-jis : it's japanese 
charset, makes character corruption happens in the client.

  was:
JDBC driver decodes string by client side default encoding, which depends on 
operating system. 
It ignore server side encoding. 

For example, 
when server side operating system and encoding are Linux (utf-8) and client 
side operating system and encoding are Windows (shift-jis : it's japanese 
charset, makes character corruption happens in the client.

    
> JDBC driver doesn't encode string properly.
> -------------------------------------------
>
>                 Key: HIVE-2137
>                 URL: https://issues.apache.org/jira/browse/HIVE-2137
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.9.0
>            Reporter: Jin Adachi
>             Fix For: 0.12.0
>
>         Attachments: HIVE-2137.patch
>
>
> JDBC driver decodes string by client side default encoding, which depends on 
> operating system unless we specify . 
> It ignore server side encoding. 
> For example, 
> when server side operating system and encoding are Linux (utf-8) and client 
> side operating system and encoding are Windows (shift-jis : it's japanese 
> charset, makes character corruption happens in the client.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to