[jira] [Updated] (HIVE-1575) get_json_object does not support JSON array at the root level

2015-03-25 Thread Alexander Pivovarov (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Pivovarov updated HIVE-1575: -- Attachment: HIVE-1575.5.patch patch #5. fixed 2 issues with initial json path validation

[jira] [Updated] (HIVE-1575) get_json_object does not support JSON array at the root level

2015-03-24 Thread Alexander Pivovarov (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Pivovarov updated HIVE-1575: -- Attachment: HIVE-1575.4.patch patch #4. - require path to start with $. or $[ - add java

[jira] [Updated] (HIVE-1575) get_json_object does not support JSON array at the root level

2015-03-21 Thread Alexander Pivovarov (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Pivovarov updated HIVE-1575: -- Attachment: HIVE-1575.3.patch patch #3 > get_json_object does not support JSON array at

[jira] [Updated] (HIVE-1575) get_json_object does not support JSON array at the root level

2015-03-05 Thread Alexander Pivovarov (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Pivovarov updated HIVE-1575: -- Description: Currently, get_json_object(json_txt, path) always returns null if json_txt i

[jira] [Updated] (HIVE-1575) get_json_object does not support JSON array at the root level

2015-03-04 Thread Alexander Pivovarov (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Pivovarov updated HIVE-1575: -- Attachment: HIVE-1575.2.patch patch #2 - wrap array with object a and adjust jsonpath >