Hi Everyone I implemented jsonpath UDF because existing get_json_object supports only limited json path syntax.
Quite often people store json in string column in hive table. e.g. Mongo migration Oracle GoldenGate data Rest API responses from devices application logs in json etc. I think jsonpath UDF has great business value because it provides full json path support to query the data Can you put your comments on the ticket? https://issues.apache.org/jira/browse/HIVE-9864 Thank you Alex