Uh oh!
There was an error while loading. Please reload this page.
[fix](s3filewriter) Fix s3_write_buffer_size boundary issue - #47333
Conversation
Thearas
commented
Jan 22, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
gavinchou
commented
Jan 22, 2025
run buildall |
doris-robot
commented
Jan 22, 2025
TPC-H: Total hot run time: 32431 ms |
doris-robot
commented
Jan 22, 2025
TeamCity be ut coverage result: |
doris-robot
commented
Jan 22, 2025
TPC-DS: Total hot run time: 194078 ms |
doris-robot
commented
Jan 22, 2025
ClickBench: Total hot run time: 30.93 s |
| } | ||
| if (_failed || _completed_parts.size() != _cur_part_num) { | ||
| // check number of parts |
There was a problem hiding this comment.
why not just use a flag to distinguish put_object and multipart putobj
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
What problem does this PR solve?
introduced by #43254
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)