github-actions[bot] commented on code in PR #63309: URL: https://github.com/apache/doris/pull/63309#discussion_r3361472377
########## regression-test/data/jsonb_p0/test_json_valid_strict.out: ########## @@ -0,0 +1,4 @@ +-- This file is automatically generated. You should know what you did if you want to edit this +-- !json_valid_strict -- +0 0 0 0 1 + Review Comment: `git diff --check` reports this as `new blank line at EOF`, so the standard whitespace check will fail even though the expected result itself is correct. Please regenerate or trim the `.out` file so it ends after the `0\t0\t0\t0\t1` result line. ```suggestion ``` -- 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]
