Re: [PR] [feat](nereids) simplify conflict compound [doris]

2025-02-14 Thread via GitHub
starocean999 merged PR #47385: URL: https://github.com/apache/doris/pull/47385 -- 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

Re: [PR] [feat](nereids) simplify conflict compound [doris]

2025-02-13 Thread via GitHub
github-actions[bot] commented on PR #47385: URL: https://github.com/apache/doris/pull/47385#issuecomment-2658427738 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](nereids) simplify conflict compound [doris]

2025-02-13 Thread via GitHub
github-actions[bot] commented on PR #47385: URL: https://github.com/apache/doris/pull/47385#issuecomment-2658427677 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](nereids) simplify conflict compound [doris]

2025-01-25 Thread via GitHub
yujun777 commented on PR #47385: URL: https://github.com/apache/doris/pull/47385#issuecomment-2614188974 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 unsubscri

Re: [PR] [feat](nereids) simplify conflict compound [doris]

2025-01-25 Thread via GitHub
yujun777 commented on PR #47385: URL: https://github.com/apache/doris/pull/47385#issuecomment-2614176204 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 unsubscri

Re: [PR] [feat](nereids) simplify conflict compound [doris]

2025-01-24 Thread via GitHub
yujun777 commented on PR #47385: URL: https://github.com/apache/doris/pull/47385#issuecomment-2611897437 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 unsubscri

Re: [PR] [feat](nereids) simplify conflict compound [doris]

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

Re: [PR] [feat](nereids) simplify conflict compound [doris]

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

Re: [PR] [feat](nereids) simplify conflict compound [doris]

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

Re: [PR] [feat](nereids) simplify conflict compound [doris]

2025-01-23 Thread via GitHub
yujun777 commented on PR #47385: URL: https://github.com/apache/doris/pull/47385#issuecomment-2611439948 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] [feat](nereids) simplify conflict compound [doris]

2025-01-23 Thread via GitHub
Thearas commented on PR #47385: URL: https://github.com/apache/doris/pull/47385#issuecomment-2611411822 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] [feat](nereids) simplify conflict compound [doris]

2025-01-23 Thread via GitHub
yujun777 commented on PR #47385: URL: https://github.com/apache/doris/pull/47385#issuecomment-2611413606 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

[PR] [feat](nereids) simplify conflict compound [doris]

2025-01-23 Thread via GitHub
yujun777 opened a new pull request, #47385: URL: https://github.com/apache/doris/pull/47385 ### What problem does this PR solve? Add an expression rewrite rule, it will simplify like: ``` x and not x => falseOrNull(x) x or not x=> trueOrNull(x) ``` Issue