zhiqiang-hhhh opened a new pull request, #36164: URL: https://github.com/apache/doris/pull/36164
Previous PR https://github.com/apache/doris/pull/36004 fixed eq_for_null processing at least one column is only-null, this pr fixed the problem when eq_for_null processing neither column is only-null. 1. ut on be is modified, make sure test block is valid. 2. when eq_for_null is not short circuited by property only_for_null, we should not discard Const properties before passing them to function eq. 3. more ut, now the test coverage percentage of `comparison_equal_for_null.cpp` is 100%. -- 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]
