ByteYue opened a new issue, #12778: URL: https://github.com/apache/doris/issues/12778
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version Master compiled with asan ### What's Wrong? Be crashed when querying one statement consisting of nested type to check whether one column is null or not. ### What You Expected? Return not implemented or return rows as expected ### How to Reproduce? Type such statement below to Doris. `SELECT subq_13.`c1` AS c0 FROM (SELECT ref_266.`value` AS c0, ref_273.`t_meal_time` AS c1, ref_266.`value` AS c2 FROM regression_test_load_insert.nested_array_test_3_vectorized AS ref_266 INNER JOIN regression_test_tpcds_sf1_p1.time_dim AS ref_273 ON (ref_266.`key` = ref_273.`t_time`) INNER JOIN regression_test_tpcds_sf1_p1.date_dim AS ref_274 ON (ref_273.`t_time_id` = ref_274.`d_date_id`) WHERE TRUE) AS subq_13 WHERE CASE WHEN (subq_13.`c0` IS NULL) OR (subq_13.`c2` IS NULL) THEN subq_13.`c0` ELSE subq_13.`c0` END IS NULL;` All the tables refered in the statement can be reproduced by running the corresponding regression test ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
