lgbo-ustc opened a new issue, #8406: URL: https://github.com/apache/incubator-gluten/issues/8406
### Description We find some user will first tranform a json string into a map or other structure, and then access one field of the strcuture, as following ```sql from_json(json_str, 'map<string,string>')['live_type'] ``` We may could use `get_json_object` to replace this query. -- 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]
