github-actions[bot] commented on code in PR #65325: URL: https://github.com/apache/doris/pull/65325#discussion_r3535869457
########## regression-test/data/job_p0/streaming_job/cdc/test_streaming_mysql_job_sc_latest.out: ########## @@ -0,0 +1,10 @@ +-- This file is automatically generated. You should know what you did if you want to edit this +-- !baseline -- +2 after_latest + +-- !final -- +2 after_latest \N +3 after_add \N +4 after_drop \N +5 with_score 99 + Review Comment: `git diff --check 4f3cd539b6fd3c6fd55b4148e7ab0ac255f9dee2..HEAD` reports this added blank line at EOF, so the PR will trip whitespace validation. Please regenerate or trim this `.out` file so it ends after the last expected row. ########## regression-test/data/job_p0/streaming_job/cdc/test_streaming_mysql_job_sc.out: ########## @@ -0,0 +1,19 @@ +-- This file is automatically generated. You should know what you did if you want to edit this +-- !snapshot -- +A1 1 +B1 2 + +-- !add_column -- +A1 1 \N +B1 2 \N +C1 10 hello + +-- !add_column_dml -- +B1 99 updated +C1 10 world + +-- !drop_column -- +B1 99 +C1 10 +D1 20 + Review Comment: `git diff --check 4f3cd539b6fd3c6fd55b4148e7ab0ac255f9dee2..HEAD` reports this added blank line at EOF, so the PR will trip whitespace validation. Please regenerate or trim this `.out` file so it ends after the last expected row. ########## regression-test/data/job_p0/streaming_job/cdc/test_streaming_mysql_job_sc_restart_fe.out: ########## @@ -0,0 +1,12 @@ +-- This file is automatically generated. You should know what you did if you want to edit this +-- !after_restart_dml -- +1 snapshot \N +2 before_restart updated_after_restart +3 after_restart after_restart_c1 + +-- !final -- +1 snapshot +2 before_restart +3 after_restart +4 after_drop + Review Comment: `git diff --check 4f3cd539b6fd3c6fd55b4148e7ab0ac255f9dee2..HEAD` reports this added blank line at EOF, so the PR will trip whitespace validation. Please regenerate or trim this `.out` file so it ends after 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]
