Uh oh!
There was an error while loading. Please reload this page.
[Fix](outfile) Fix the timing of setting the _is_closed flag in Parquet/ORC writer - #34668
Conversation
doris-robot
commented
May 10, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
BePPPower
commented
May 10, 2024
run buildall |
doris-robot
commented
May 10, 2024
TeamCity be ut coverage result: |
morningman
commented
May 12, 2024
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
May 12, 2024
TeamCity be ut coverage result: |
doris-robot
commented
May 12, 2024
TPC-H: Total hot run time: 41877 ms |
doris-robot
commented
May 12, 2024
TPC-DS: Total hot run time: 186978 ms |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…et/ORC writer (apache#34669) backport: apache#34668
Proposed changes
Issue Number: close #xxx
In parquet_transformer.cpp:
If
_file_writer->close()returns an error, then_is_closed = truewill not be executed.Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...