KevinyhZou opened a new issue, #8304: URL: https://github.com/apache/incubator-gluten/issues/8304
### Description In our online sqls, have some nested `get_json_object` function calls, like `get_json_object(get_json_object(d, '$.a'), '$.b')`, and some of them can be optimized to `get_json_object(d, '$.a.b')`, which can improve the performance   -- 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]
