Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-25 Thread via GitHub
englefly merged PR #40762: URL: https://github.com/apache/doris/pull/40762 -- 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.apa

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-24 Thread via GitHub
morrySnow commented on PR #40762: URL: https://github.com/apache/doris/pull/40762#issuecomment-2373114373 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 un

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-24 Thread via GitHub
morrySnow commented on PR #40762: URL: https://github.com/apache/doris/pull/40762#issuecomment-2372848501 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 un

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-24 Thread via GitHub
github-actions[bot] commented on PR #40762: URL: https://github.com/apache/doris/pull/40762#issuecomment-2372738270 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] [opt](nereids) refine operator estimation [doris]

2024-09-24 Thread via GitHub
github-actions[bot] commented on PR #40762: URL: https://github.com/apache/doris/pull/40762#issuecomment-2372738232 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] [opt](nereids) refine operator estimation [doris]

2024-09-24 Thread via GitHub
xzj7019 commented on PR #40762: URL: https://github.com/apache/doris/pull/40762#issuecomment-2371680639 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 unsu

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-24 Thread via GitHub
xzj7019 commented on PR #40762: URL: https://github.com/apache/doris/pull/40762#issuecomment-2370840204 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 unsu

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-24 Thread via GitHub
xzj7019 commented on PR #40762: URL: https://github.com/apache/doris/pull/40762#issuecomment-2370766557 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 unsu

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-23 Thread via GitHub
xzj7019 commented on PR #40762: URL: https://github.com/apache/doris/pull/40762#issuecomment-2370243695 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 unsu

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-23 Thread via GitHub
xzj7019 commented on PR #40762: URL: https://github.com/apache/doris/pull/40762#issuecomment-2369892735 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 unsu

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-23 Thread via GitHub
xzj7019 commented on PR #40762: URL: https://github.com/apache/doris/pull/40762#issuecomment-2368705440 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 unsu

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-23 Thread via GitHub
xzj7019 commented on PR #40762: URL: https://github.com/apache/doris/pull/40762#issuecomment-2367568447 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 unsu

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-19 Thread via GitHub
xzj7019 commented on PR #40762: URL: https://github.com/apache/doris/pull/40762#issuecomment-2361202406 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 unsu

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-19 Thread via GitHub
xzj7019 commented on code in PR #40762: URL: https://github.com/apache/doris/pull/40762#discussion_r1766084367 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/FilterEstimation.java: ## @@ -117,13 +117,14 @@ public Statistics visitCompoundPredicate(CompoundPredicate p

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-18 Thread via GitHub
xzj7019 commented on code in PR #40762: URL: https://github.com/apache/doris/pull/40762#discussion_r1766085601 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/ExpressionEstimation.java: ## @@ -243,7 +243,7 @@ public ColumnStatistic visitLiteral(Literal literal, Stati

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-18 Thread via GitHub
xzj7019 commented on code in PR #40762: URL: https://github.com/apache/doris/pull/40762#discussion_r1766082586 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/ExpressionEstimation.java: ## @@ -243,7 +243,7 @@ public ColumnStatistic visitLiteral(Literal literal, Stati

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-18 Thread via GitHub
xzj7019 commented on code in PR #40762: URL: https://github.com/apache/doris/pull/40762#discussion_r1766084367 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/FilterEstimation.java: ## @@ -117,13 +117,14 @@ public Statistics visitCompoundPredicate(CompoundPredicate p

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-18 Thread via GitHub
xzj7019 commented on code in PR #40762: URL: https://github.com/apache/doris/pull/40762#discussion_r1766082586 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/ExpressionEstimation.java: ## @@ -243,7 +243,7 @@ public ColumnStatistic visitLiteral(Literal literal, Stati

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-18 Thread via GitHub
englefly commented on code in PR #40762: URL: https://github.com/apache/doris/pull/40762#discussion_r1766081531 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/FilterEstimation.java: ## @@ -117,13 +117,14 @@ public Statistics visitCompoundPredicate(CompoundPredicate

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-18 Thread via GitHub
xzj7019 commented on PR #40762: URL: https://github.com/apache/doris/pull/40762#issuecomment-2358533272 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 unsu

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-18 Thread via GitHub
xzj7019 commented on PR #40762: URL: https://github.com/apache/doris/pull/40762#issuecomment-2358007912 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 unsu

Re: [PR] [opt](nereids) refine operator estimation [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40762: URL: https://github.com/apache/doris/pull/40762#issuecomment-2346088629 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

[PR] [opt](nereids) refine operator estimation [doris]

2024-09-12 Thread via GitHub
xzj7019 opened a new pull request, #40762: URL: https://github.com/apache/doris/pull/40762 Stats deriving refinement step 3: refine operator estimation a. refine filter estimation b. refine join estimation c. refine aggregation estimation d. refine other operators, such as wf