github-actions[bot] commented on code in PR #64358: URL: https://github.com/apache/doris/pull/64358#discussion_r3472659044
########## regression-test/data/external_table_p2/maxcompute/test_max_compute_in_predicate_pushdown.out: ########## @@ -0,0 +1,25 @@ +-- This file is automatically generated. You should know what you did if you want to edit this +-- !in_single -- +1 str +3 str + +-- !in_multi -- +1 str +2 string_value +3 str +4 string_value + +-- !not_in_single -- +2 string_value +4 string_value + +-- !not_in_multi -- + +-- !in_non_pushdown -- +1 str +3 str + +-- !not_in_non_pushdown -- +2 string_value +4 string_value + Review Comment: This new expected-output file leaves an extra blank line after the final row, and the patch currently fails `git diff --check` with `new blank line at EOF` on this file. Please remove the trailing blank line so the PR passes the repository's whitespace check. -- 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]
