You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2012/12/19 17:07:13 UTC

[jira] [Updated] (HIVE-2971) GET_JSON_OBJECT fails on some valid JSON keys

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

Ashutosh Chauhan updated HIVE-2971:
-----------------------------------

    Fix Version/s: 0.10.0
    
> GET_JSON_OBJECT fails on some valid JSON keys
> ---------------------------------------------
>
>                 Key: HIVE-2971
>                 URL: https://issues.apache.org/jira/browse/HIVE-2971
>             Project: Hive
>          Issue Type: Bug
>          Components: UDF
>            Reporter: Adam Kramer
>            Assignee: Gang Tim Liu
>            Priority: Minor
>             Fix For: 0.10.0
>
>         Attachments: Hive-2971-patch
>
>
> hive> SELECT GET_JSON_OBJECT("{\"Form Name\": 12345}", "$.Form\ Name") FROM akramer_one_row;
> Mapred Local Task Succeeded . Convert the Join into MapJoin
> OK
> NULL
> ...this also returns null for "$.Form Name" and "$.Form\\ Name". It should return the relevant key.
> Removing the space works fine, however, spaces are allowed as JSON keys (see spec at http://www.json.org/ ). As such, this is a bug.
> Claiming that this is org.json's problem, or something similar, does not solve this bug. It's Hive that claims this gets a JSON object, so it needs to provide the JSON object.

--
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