-
Notifications
You must be signed in to change notification settings - Fork 3.7k
branch-3.1: [fix](plugin) fix plugin dir compatible issue #56060
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
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 32838 ms |
TPC-DS: Total hot run time: 193322 ms |
ClickBench: Total hot run time: 29.46 s |
b11b81a to
5fa5f19
Compare
|
run buildall |
TPC-H: Total hot run time: 32542 ms |
TPC-DS: Total hot run time: 193574 ms |
ClickBench: Total hot run time: 29.48 s |
|
run buildall |
TPC-H: Total hot run time: 33008 ms |
TPC-DS: Total hot run time: 193709 ms |
ClickBench: Total hot run time: 28.86 s |
|
run buildall |
TPC-H: Total hot run time: 32508 ms |
TPC-DS: Total hot run time: 191161 ms |
ClickBench: Total hot run time: 28.7 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
1 similar comment
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Followup #52921
Some code is missing after cherry-pick
When upgrading from 3.0.x to 3.1.x, if user put jdbc driver jar under
${DORIS_HOME}/jdbc_drivers,the system will fail to find the jar, which is unexpected.
For compatibility, the system should check both
${DORIS_HOME}/jdbc_drivers(old) and${DORIS_HOME}/plugins/jdbc_drivers(new) to find the jar.This PR fix it.
Only for branch-3.1. No issue on master branch