0AyanamiRei commented on PR #64711: URL: https://github.com/apache/doris/pull/64711#issuecomment-4778283410
@sollhui I checked this against the current PR head `fdd2a59a919` and I think `getRowCount(26)` is correct here. Before this PR, the expected output for the first query already had 22 rows. This PR adds one `zstd` compressed CSV load with 4 rows, so the expected row count becomes `22 + 4 = 26`. The current `test_group_commit_http_stream.out` also has 26 rows in the first result set before the next `-- !sql --` block. I also ran the related BE UT locally: ```bash ./run-be-ut.sh --run --filter=LoadUtilTest.* -j60 ``` Result: 3 tests passed. -- 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]
