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
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
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo