github-actions[bot] commented on code in PR #65094: URL: https://github.com/apache/doris/pull/65094#discussion_r3506731404
########## regression-test/data/external_table_p0/iceberg/test_iceberg_invaild_avro_name.out: ########## @@ -1,7 +1,7 @@ -- This file is automatically generated. You should know what you did if you want to edit this -- !desc -- id int Yes true \N -test:a1b2.raw.abc-gg-1-a text Yes true \N +TEST:A1B2.RAW.ABC-GG-1-A text Yes true \N Review Comment: This regenerated `.out` row still has a trailing tab after `\N`, and the second updated `TEST:A1B2...` row below has the same issue. These changed lines make `git diff --check` fail for the PR even though the content expectation is otherwise just preserving case. Please trim/regenerate the expected output so the updated rows do not end with trailing whitespace. -- 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]
