Re: [PR] [opt](nereids) fix non-null selectivity computing [doris]

2024-10-24 Thread via GitHub
morrySnow merged PR #42286: URL: https://github.com/apache/doris/pull/42286 -- 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] [opt](nereids) fix non-null selectivity computing [doris]

2024-10-23 Thread via GitHub
github-actions[bot] commented on PR #42286: URL: https://github.com/apache/doris/pull/42286#issuecomment-2431610066 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) fix non-null selectivity computing [doris]

2024-10-23 Thread via GitHub
github-actions[bot] commented on PR #42286: URL: https://github.com/apache/doris/pull/42286#issuecomment-2431609906 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) fix non-null selectivity computing [doris]

2024-10-23 Thread via GitHub
xzj7019 commented on PR #42286: URL: https://github.com/apache/doris/pull/42286#issuecomment-2431237129 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) fix non-null selectivity computing [doris]

2024-10-23 Thread via GitHub
xzj7019 commented on PR #42286: URL: https://github.com/apache/doris/pull/42286#issuecomment-2431137598 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) fix non-null selectivity computing [doris]

2024-10-22 Thread via GitHub
xzj7019 commented on PR #42286: URL: https://github.com/apache/doris/pull/42286#issuecomment-2430939324 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) fix non-null selectivity computing [doris]

2024-10-22 Thread via GitHub
xzj7019 commented on PR #42286: URL: https://github.com/apache/doris/pull/42286#issuecomment-2430704527 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) fix non-null selectivity computing [doris]

2024-10-22 Thread via GitHub
xzj7019 commented on code in PR #42286: URL: https://github.com/apache/doris/pull/42286#discussion_r1811688343 ## fe/fe-core/src/main/java/org/apache/doris/statistics/Statistics.java: ## @@ -119,7 +119,8 @@ public void normalizeColumnStatistics(double inputRowCount, boolean isN

Re: [PR] [opt](nereids) fix non-null selectivity computing [doris]

2024-10-22 Thread via GitHub
englefly commented on code in PR #42286: URL: https://github.com/apache/doris/pull/42286#discussion_r1811674470 ## fe/fe-core/src/main/java/org/apache/doris/statistics/Statistics.java: ## @@ -119,7 +119,8 @@ public void normalizeColumnStatistics(double inputRowCount, boolean is

Re: [PR] [opt](nereids) fix non-null selectivity computing [doris]

2024-10-22 Thread via GitHub
xzj7019 commented on PR #42286: URL: https://github.com/apache/doris/pull/42286#issuecomment-2429457589 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) fix non-null selectivity computing [doris]

2024-10-22 Thread via GitHub
doris-robot commented on PR #42286: URL: https://github.com/apache/doris/pull/42286#issuecomment-2429457164 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) fix non-null selectivity computing [doris]

2024-10-22 Thread via GitHub
xzj7019 opened a new pull request, #42286: URL: https://github.com/apache/doris/pull/42286 Introduced by pr: https://github.com/apache/doris/pull/40762 which doesn't update numNulls and other related column stats when they needs to be normalized. This pr adds the updating trigger condi