lgbo-ustc opened a new issue, #10911: URL: https://github.com/apache/incubator-gluten/issues/10911
### Backend CH (ClickHouse) ### Bug description ```sql select explode(array(get_json_object(get_json_object(data,'$.a'),'$.b'))) as res from tmp.test_dsgluten_d_41363_src; ``` `get_json_object(get_json_object(data,'$.a'),'$.b'))` should return one non-null value, but gluten returns null. ### Gluten version _No response_ ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs ```bash ``` -- 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]
