github-actions[bot] commented on code in PR #64764: URL: https://github.com/apache/doris/pull/64764#discussion_r3484913298
########## regression-test/data/query_p0/partition_topn/check_partitionkey.out: ########## @@ -0,0 +1,19 @@ +-- This file is automatically generated. You should know what you did if you want to edit this +-- !multi_window -- +1 A X 1 1 1 +4 B X 4 1 3 +7 C X 7 1 4 + +-- !subset_safe_2window -- +1 A X 1 1 1 +2 A X 2 2 2 +4 B X 4 1 1 +5 B Y 5 2 1 +7 C X 7 1 1 +8 C Z 8 2 1 + +-- !subset_safe_3window -- +1 A X 1 1 1 1 +4 B X 4 1 1 1 +7 C X 7 1 1 1 + Review Comment: The generated `.out` file currently adds a standalone blank line after the final expected row. `git diff --check 0f7917f100735cd507045d0313efbf23b88a019d d3f75947072f69cf1194320cc3f8287890fc1cd2 -- regression-test/data/query_p0/partition_topn/check_partitionkey.out` reports this as `new blank line at EOF`, so please regenerate or trim the file so the final added line is the last expected row. -- 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]
