Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

2025-04-29 Thread via GitHub
morrySnow merged PR #49961: URL: https://github.com/apache/doris/pull/49961 -- 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.ap

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

2025-04-27 Thread via GitHub
github-actions[bot] commented on PR #49961: URL: https://github.com/apache/doris/pull/49961#issuecomment-2833991764 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] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

2025-04-27 Thread via GitHub
github-actions[bot] commented on PR #49961: URL: https://github.com/apache/doris/pull/49961#issuecomment-2833991736 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] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

2025-04-24 Thread via GitHub
zddr commented on PR #49961: URL: https://github.com/apache/doris/pull/49961#issuecomment-2829278935 run p0 -- 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,

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

2025-04-23 Thread via GitHub
doris-robot commented on PR #49961: URL: https://github.com/apache/doris/pull/49961#issuecomment-2826185938 ClickBench: Total hot run time: 29.46 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

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

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

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

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

2025-04-23 Thread via GitHub
zddr commented on PR #49961: URL: https://github.com/apache/doris/pull/49961#issuecomment-2826028710 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 unsubsc

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

2025-04-23 Thread via GitHub
doris-robot commented on PR #49961: URL: https://github.com/apache/doris/pull/49961#issuecomment-2824204125 ClickBench: Total hot run time: 29.77 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

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

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

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

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

2025-04-23 Thread via GitHub
zddr commented on PR #49961: URL: https://github.com/apache/doris/pull/49961#issuecomment-2824086325 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 unsubsc

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

2025-04-22 Thread via GitHub
morrySnow commented on code in PR #49961: URL: https://github.com/apache/doris/pull/49961#discussion_r2053791583 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TableName.java: ## @@ -76,6 +80,18 @@ public TableName(String ctl, String db, String tbl) { this.tbl =

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

2025-04-10 Thread via GitHub
zddr commented on code in PR #49961: URL: https://github.com/apache/doris/pull/49961#discussion_r2038885435 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TableName.java: ## @@ -189,6 +205,18 @@ public String toSql() { return stringBuilder.toString(); } +

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

2025-04-10 Thread via GitHub
seawinde commented on code in PR #49961: URL: https://github.com/apache/doris/pull/49961#discussion_r2038874072 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TableName.java: ## @@ -189,6 +205,18 @@ public String toSql() { return stringBuilder.toString(); }

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

2025-04-10 Thread via GitHub
seawinde commented on code in PR #49961: URL: https://github.com/apache/doris/pull/49961#discussion_r2038874072 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TableName.java: ## @@ -189,6 +205,18 @@ public String toSql() { return stringBuilder.toString(); }

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

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

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

2025-04-10 Thread via GitHub
doris-robot commented on PR #49961: URL: https://github.com/apache/doris/pull/49961#issuecomment-2792172816 ClickBench: Total hot run time: 31.33 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

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

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

2025-04-10 Thread via GitHub
zddr commented on PR #49961: URL: https://github.com/apache/doris/pull/49961#issuecomment-2792076874 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 unsubsc

Re: [PR] [enhance](mtmv)Exclude trigger table support db and catalog [doris]

2025-04-10 Thread via GitHub
hello-stephen commented on PR #49961: URL: https://github.com/apache/doris/pull/49961#issuecomment-2792072514 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