Amow created HIVE-10080: --------------------------- Summary: UDTF json_tuple doesnt support json path Child operator Key: HIVE-10080 URL: https://issues.apache.org/jira/browse/HIVE-10080 Project: Hive Issue Type: Bug Components: Hive Affects Versions: 0.13.1 Environment: Centos x64 Reporter: Amow
I have a json string {"SMS":{"CID":"490","ID":"9305"}} And when I try to get the SMS.CID.The get_json_object('$.SMS.CID') works fine.But failed in json tuple. I tried those: 1.'$.SMS.CID' 2.'SMS.CID' 3.lower the json string and use 1 & 2 in lower And the json_tuple('SMS') works fine. -- This message was sent by Atlassian JIRA (v6.3.4#6332)