Re: [PR] [opt](nereids) remove const join condition [doris]

2025-04-09 Thread via GitHub
englefly commented on PR #49730: URL: https://github.com/apache/doris/pull/49730#issuecomment-2791479231 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 uns

Re: [PR] [opt](nereids) remove const join condition [doris]

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

Re: [PR] [opt](nereids) remove const join condition [doris]

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

Re: [PR] [opt](nereids) remove const join condition [doris]

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

Re: [PR] [opt](nereids) remove const join condition [doris]

2025-04-05 Thread via GitHub
englefly commented on PR #49730: URL: https://github.com/apache/doris/pull/49730#issuecomment-2767972205 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 uns

Re: [PR] [opt](nereids) remove const join condition [doris]

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

Re: [PR] [opt](nereids) remove const join condition [doris]

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

Re: [PR] [opt](nereids) remove const join condition [doris]

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

Re: [PR] [opt](nereids) remove const join condition [doris]

2025-04-01 Thread via GitHub
englefly commented on PR #49730: URL: https://github.com/apache/doris/pull/49730#issuecomment-2768929572 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 uns

Re: [PR] [opt](nereids) remove const join condition [doris]

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

Re: [PR] [opt](nereids) remove const join condition [doris]

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

Re: [PR] [opt](nereids) remove const join condition [doris]

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

[PR] [opt](nereids) remove const join condition [doris]

2025-03-31 Thread via GitHub
englefly opened a new pull request, #49730: URL: https://github.com/apache/doris/pull/49730 ### What problem does this PR solve? The follow plan fragment: T1 join T2 on T1.a=T2.a and T1.b=T2.b and T1.a=1 and T2.a=1 can be simplified by removing the join condition `T1.a=T2.a` , becaus

Re: [PR] [opt](nereids) remove const join condition [doris]

2025-03-31 Thread via GitHub
hello-stephen commented on PR #49730: URL: https://github.com/apache/doris/pull/49730#issuecomment-2767972051 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