-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Fix](nereids) Fix deletestmt getting catalog #32701
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
regression-test/suites/external_table_p0/jdbc/test_switch_catalog_and_delete_internal.groovy
Outdated
Show resolved
Hide resolved
String driver_url = "https://${bucket}.${s3_endpoint}/regression/jdbc_driver/mysql-connector-java-8.0.25.jar" | ||
if (enabled != null && enabled.equalsIgnoreCase("true")) { | ||
// 0.create internal db and table | ||
sql "create database maldb;" |
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.
maybe u could use current context database to avoid create database
String db = context.config.getDbNameByFile(new File(context.file))
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.
modified
run buildall |
TPC-H: Total hot run time: 37566 ms
|
TPC-DS: Total hot run time: 185558 ms
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
No description provided.