You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Alexander Pivovarov (JIRA)" <ji...@apache.org> on 2015/04/28 07:55:08 UTC

[jira] [Updated] (HIVE-10518) Replace US_ASCII charset with US-ASCII in encode and decode description

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

Alexander Pivovarov updated HIVE-10518:
---------------------------------------
    Description: 
GenericUDFEncode line 45 says
{code}
extended = "Possible options for the character set are 'US_ASCII', 'ISO-8859-1',\n" +
{code}

But Java Charset API says that valid ASCII charset value is US-ASCII
https://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html

> Replace US_ASCII charset with US-ASCII in encode and decode description
> -----------------------------------------------------------------------
>
>                 Key: HIVE-10518
>                 URL: https://issues.apache.org/jira/browse/HIVE-10518
>             Project: Hive
>          Issue Type: Bug
>          Components: UDF
>            Reporter: Alexander Pivovarov
>            Assignee: Alexander Pivovarov
>            Priority: Trivial
>
> GenericUDFEncode line 45 says
> {code}
> extended = "Possible options for the character set are 'US_ASCII', 'ISO-8859-1',\n" +
> {code}
> But Java Charset API says that valid ASCII charset value is US-ASCII
> https://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html



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