github-actions[bot] commented on code in PR #64026: URL: https://github.com/apache/doris/pull/64026#discussion_r3432923905
########## regression-test/data/external_table_p0/iceberg/test_iceberg_partition_evolution.out: ########## @@ -3,7 +3,7 @@ id int Yes true \N name text Yes true \N age int Yes true \N -address text Yes true \N +address varchar(65533) Yes true \N Review Comment: This is a distinct `git diff --check` failure from the existing whitespace thread on `iceberg_schema_change_ddl.out`: this changed Iceberg result line still has trailing whitespace after the final `\N`. Please regenerate or trim this `.out` file as well so the full patch passes whitespace checks. -- 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]
