Uh oh!
There was an error while loading. Please reload this page.
branch-4.1: [fix](be) Fix release build warning in column mapper #65143 - #65845
Conversation
hello-stephen
commented
Jul 21, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
hello-stephen
commented
Jul 21, 2026
run buildall |
shuke987
commented
Jul 21, 2026
/review |
Codex automated review failed and did not complete. Error: You've hit your usage limit. Visit https://chatgpt.com/codex/settings/usage to purchase more credits or try again at Jul 25th, 2026 6:03 AM. Please inspect the workflow logs and rerun the review after the underlying issue is resolved. |
hello-stephen
commented
Jul 21, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jul 22, 2026
skip buildall |
hello-stephen
commented
Jul 22, 2026
流水线已跑过了,昨天卡在license check , rebase后直接skip all |
Uh oh!
There was an error while loading. Please reload this page.
What problem does this PR solve?
Issue Number: None
Related PRs: #65046, #65143, #65559
Problem Summary:
PR #65559 backported the FileScannerV2 series, including #65046, to
branch-4.1, but did not include the follow-up Release compilation fix#65143. WithNDEBUG, the diagnostic uses of the two caught exceptions are compiled out, so clang reports-Werror,-Wunused-exception-parameterwhile compilingbe/src/format_v2/column_mapper.cpp.This PR marks both catch parameters as
[[maybe_unused]]. Debug diagnostics and Release fallback behavior are unchanged.Cherry-picked from #65143.
Release note
None.
Check List (For Author)
be72438f77af633fdd9d5d84b11e30a9b8202bd1.Check List (For Reviewer who merge this PR)