yongzhi.shao created HIVE-28758: ----------------------------------- Summary: JsonPath can not return correct result Key: HIVE-28758 URL: https://issues.apache.org/jira/browse/HIVE-28758 Project: Hive Issue Type: Bug Reporter: yongzhi.shao
select get_json_object('[\{"a":1},\{"a":2}]','$[?(@.a==1)]'); =>[1,2] should return \{“a”:1} -- This message was sent by Atlassian Jira (v8.20.10#820010)