PHILO-HE commented on issue #5253:
URL: 
https://github.com/apache/incubator-gluten/issues/5253#issuecomment-2041996956

   @NEUpanning, I tried testing both main & 1.1 branch, but the result is NULL, 
consistent with Spark. Here is my test. Could you help check again?
   ```
   DROP table if EXISTS tbl;
   create table tbl(a STRING) using parquet;
   INSERT INTO tbl 
values('{"142":"[{\"112\":{\"template\":{\"A\":\"a\",\"RS\":\"a\",\"NRS\":\"a\"},\"label\":{\"fromNumber\":\"\",\"rsToNumber\":\"\",\"rsFromNumber\":\"\",\"toNumber\":\"\"},\"key\":\"A\"},\"141\":[[{\"name\":\"a\a\"},{\"number\":\"1\"},{\"price\":\"218\"},{\"size\":\"6\"},{\"unit\":\"a\"},{\"form\":\"a\"},{\"type\":\"a\"},{\"thickness\":\"\"}]]}]","11000022":
 "N"}');
   SELECT get_json_object(a,'$.11000022') from tbl;
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to