Re: [PR] [Feature](show) show backend config using ShowStmt [doris]

2024-08-16 Thread via GitHub
morrySnow merged PR #36525: URL: https://github.com/apache/doris/pull/36525 -- 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] [Feature](show) show backend config using ShowStmt [doris]

2024-08-15 Thread via GitHub
github-actions[bot] commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2292712019 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] [Feature](show) show backend config using ShowStmt [doris]

2024-08-15 Thread via GitHub
DarvenDuan commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2292540704 run external -- 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

Re: [PR] [Feature](show) show backend config using ShowStmt [doris]

2024-08-15 Thread via GitHub
doris-robot commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2291618311 ClickBench: Total hot run time: 31.24 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feature](show) show backend config using ShowStmt [doris]

2024-08-15 Thread via GitHub
doris-robot commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2291608847 TPC-DS: Total hot run time: 190313 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Feature](show) show backend config using ShowStmt [doris]

2024-08-15 Thread via GitHub
doris-robot commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2291587669 TPC-H: Total hot run time: 38478 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Feature](show) show backend config using ShowStmt [doris]

2024-08-15 Thread via GitHub
DarvenDuan commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2291553818 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

Re: [PR] [Feature](show) show backend config using ShowStmt [doris]

2024-08-15 Thread via GitHub
morrySnow commented on code in PR #36525: URL: https://github.com/apache/doris/pull/36525#discussion_r1718442488 ## fe/fe-core/src/main/java/org/apache/doris/analysis/ShowConfigStmt.java: ## @@ -17,67 +17,94 @@ package org.apache.doris.analysis; -import org.apache.doris.ana

Re: [PR] [Feature](show) show backend config using ShowStmt [doris]

2024-08-15 Thread via GitHub
doris-robot commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2291052778 ClickBench: Total hot run time: 31.57 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feature](show) show backend config using ShowStmt [doris]

2024-08-15 Thread via GitHub
doris-robot commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2291046781 TPC-DS: Total hot run time: 191881 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Feature](show) show backend config using ShowStmt [doris]

2024-08-15 Thread via GitHub
doris-robot commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2291032651 TPC-H: Total hot run time: 38551 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Feature](show) show backend config using ShowStmt [doris]

2024-08-15 Thread via GitHub
DarvenDuan commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2291001669 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

Re: [PR] [Feature](show) show backend config using ShowStmt [doris]

2024-08-15 Thread via GitHub
DarvenDuan commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2291000305 run cloud_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 u

Re: [PR] [Feature](show) show backend config using ShowStmt [doris]

2024-08-12 Thread via GitHub
DarvenDuan commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2283627034 run cloud_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 u

Re: [PR] [Feature](show) show backend config using ShowStmt [doris]

2024-06-24 Thread via GitHub
zclllyybb commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2186527513 > > > > Is this feature(show config) supported in Nereids? > > > > > > > > > ShowStmt does not differentiate between old and new optimizers,so it works with both. > > >

Re: [PR] [Feature](show) show backend config using ShowStmt [doris]

2024-06-23 Thread via GitHub
DarvenDuan commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2185522421 > > > Is this feature(show config) supported in Nereids? > > > > > > ShowStmt does not differentiate between old and new optimizers,so it works with both. > > should w

Re: [PR] [Feature](show) show backend config using ShowStmt [doris]

2024-06-23 Thread via GitHub
zclllyybb commented on PR #36525: URL: https://github.com/apache/doris/pull/36525#issuecomment-2185473053 > > Is this feature(show config) supported in Nereids? > > ShowStmt does not differentiate between old and new optimizers,so it works with both. should what `fe/fe-core/src