Re: [PR] [feat](catalog) support drop database force in external catalog [doris]

2025-03-11 Thread via GitHub
morningman merged PR #48943: URL: https://github.com/apache/doris/pull/48943 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

Re: [PR] [feat](catalog) support drop database force in external catalog [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48943: URL: https://github.com/apache/doris/pull/48943#issuecomment-2716478725 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [feat](catalog) support drop database force in external catalog [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48943: URL: https://github.com/apache/doris/pull/48943#issuecomment-2716286747 ClickBench: Total hot run time: 31.49 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feat](catalog) support drop database force in external catalog [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48943: URL: https://github.com/apache/doris/pull/48943#issuecomment-2716280561 TPC-DS: Total hot run time: 192013 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [feat](catalog) support drop database force in external catalog [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48943: URL: https://github.com/apache/doris/pull/48943#issuecomment-2716265995 TPC-H: Total hot run time: 32477 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [feat](catalog) support drop database force in external catalog [doris]

2025-03-11 Thread via GitHub
zgxme commented on PR #48943: URL: https://github.com/apache/doris/pull/48943#issuecomment-2716230249 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

Re: [PR] [feat](catalog) support drop database force in external catalog [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48943: URL: https://github.com/apache/doris/pull/48943#issuecomment-2714809949 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [feat](catalog) support drop database force in external catalog [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48943: URL: https://github.com/apache/doris/pull/48943#issuecomment-2714462512 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+pro

[PR] [feat](catalog) support drop database force in external catalog [doris]

2025-03-11 Thread via GitHub
morningman opened a new pull request, #48943: URL: https://github.com/apache/doris/pull/48943 ### What problem does this PR solve? Problem Summary: Support `force` keyword when dropping database in hive or iceberg catalog: ``` DROP DATABASE db FORCE; ``` Before,