KevinyhZou commented on issue #8304:
URL: 
https://github.com/apache/incubator-gluten/issues/8304#issuecomment-2561656921

   some nested get_json_object call case can not optimized:  `select 
get_json_object(get_json_object('{"a":"{\\\"x\\\":5}"}', '$.a'), '$.x')` can 
not be converted to `select get_json_object('{"a":"{\\\"x\\\":5}"}', '$.a.x');`


-- 
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