-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[fix](type) Unexpected throw exception due to unknown file type #57755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-DS: Total hot run time: 188651 ms |
ClickBench: Total hot run time: 27.38 s |
|
run buildall |
TPC-DS: Total hot run time: 189792 ms |
ClickBench: Total hot run time: 27.3 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
2 similar comments
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
dataroaring
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
| FileFactory::convert_storage_type(result_file_sink.storage_backend_type); | ||
| if (!file_type_res.has_value()) [[unlikely]] { | ||
| st = std::move(file_type_res).error(); | ||
| st.to_protobuf(result->mutable_status()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOG(WARNING) << "encounter unkonw type=" << type << " st=" <<st;
|
run buildall |
TPC-H: Total hot run time: 34559 ms |
TPC-DS: Total hot run time: 188526 ms |
ClickBench: Total hot run time: 28.25 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
TPC-H: Total hot run time: 35125 ms |
TPC-DS: Total hot run time: 187443 ms |
ClickBench: Total hot run time: 27.52 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
TPC-H: Total hot run time: 34092 ms |
TPC-DS: Total hot run time: 190082 ms |
ClickBench: Total hot run time: 27.67 s |
|
run buildall |
TPC-H: Total hot run time: 34294 ms |
TPC-DS: Total hot run time: 187860 ms |
ClickBench: Total hot run time: 27.5 s |
|
PR approved by at least one committer and no changes requested. |
What problem does this PR solve?
if fe has azure type and be don't has azure, be will crash
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)