amorynan opened a new pull request, #42349: URL: https://github.com/apache/doris/pull/42349
…cs (#41989) before this pr: use ! or not in or condition when table has been analyzed we will meet ``` SELECT count(1) FROM table_30_un_pa_ke_pr_di4 where col_int_undef_signed_not_null < -128 or not array_contains(col_array_bigint__undef_signed, col_int_undef_signed_not_null); ERROR 1105 (HY000): errCode = 2, detailMessage = Not-predicate meet unexpected child: array_contains(col_array_bigint__undef_signed, cast(col_int_undef_signed_not_null as BIGINT)) ``` ## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org