Re: [PR] [opt](iceberg) opt the error msg when create db which already exists [doris]

2025-01-04 Thread via GitHub
morningman merged PR #46334: URL: https://github.com/apache/doris/pull/46334 -- 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] [opt](iceberg) opt the error msg when create db which already exists [doris]

2025-01-03 Thread via GitHub
github-actions[bot] commented on PR #46334: URL: https://github.com/apache/doris/pull/46334#issuecomment-2570599896 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] [opt](iceberg) opt the error msg when create db which already exists [doris]

2025-01-03 Thread via GitHub
github-actions[bot] commented on PR #46334: URL: https://github.com/apache/doris/pull/46334#issuecomment-2570599825 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] [opt](iceberg) opt the error msg when create db which already exists [doris]

2025-01-02 Thread via GitHub
doris-robot commented on PR #46334: URL: https://github.com/apache/doris/pull/46334#issuecomment-2568643151 ClickBench: Total hot run time: 31.07 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](iceberg) opt the error msg when create db which already exists [doris]

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

Re: [PR] [opt](iceberg) opt the error msg when create db which already exists [doris]

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

Re: [PR] [opt](iceberg) opt the error msg when create db which already exists [doris]

2025-01-02 Thread via GitHub
Thearas commented on PR #46334: URL: https://github.com/apache/doris/pull/46334#issuecomment-2568598992 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+process+y

Re: [PR] [opt](iceberg) opt the error msg when create db which already exists [doris]

2025-01-02 Thread via GitHub
morningman commented on PR #46334: URL: https://github.com/apache/doris/pull/46334#issuecomment-2568598885 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 u

[PR] [opt](iceberg) opt the error msg when create db which already exists [doris]

2025-01-02 Thread via GitHub
morningman opened a new pull request, #46334: URL: https://github.com/apache/doris/pull/46334 ### What problem does this PR solve? before: ``` mysql> create database cmytest; ERROR 1105 (HY000): errCode = 2, detailMessage = Failed to create database: cmytest, error message is