Re: [PR] Minor: Improve documentation of `need_handle_count_bug` [datafusion]

2025-03-08 Thread via GitHub
alamb merged PR #15050: URL: https://github.com/apache/datafusion/pull/15050 -- 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: github-unsubscr...@datafusi

Re: [PR] Minor: Improve documentation of `need_handle_count_bug` [datafusion]

2025-03-08 Thread via GitHub
alamb commented on PR #15050: URL: https://github.com/apache/datafusion/pull/15050#issuecomment-2708163821 Thanks again @suibianwanwank ! -- 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 speci

Re: [PR] Minor: Improve documentation of `need_handle_count_bug` [datafusion]

2025-03-07 Thread via GitHub
suibianwanwank commented on code in PR #15050: URL: https://github.com/apache/datafusion/pull/15050#discussion_r1985999199 ## datafusion/optimizer/src/decorrelate.rs: ## @@ -56,10 +56,14 @@ pub struct PullUpCorrelatedExpr { /// Indicates if we encounter any correlated expre

Re: [PR] Minor: Improve documentation of `need_handle_count_bug` [datafusion]

2025-03-07 Thread via GitHub
alamb commented on code in PR #15050: URL: https://github.com/apache/datafusion/pull/15050#discussion_r1985767837 ## datafusion/optimizer/src/decorrelate.rs: ## @@ -56,10 +56,14 @@ pub struct PullUpCorrelatedExpr { /// Indicates if we encounter any correlated expression tha

Re: [PR] Minor: Improve documentation of `need_handle_count_bug` [datafusion]

2025-03-07 Thread via GitHub
alamb commented on code in PR #15050: URL: https://github.com/apache/datafusion/pull/15050#discussion_r1985771208 ## datafusion/optimizer/src/decorrelate.rs: ## @@ -56,10 +56,14 @@ pub struct PullUpCorrelatedExpr { /// Indicates if we encounter any correlated expression tha

Re: [PR] Minor: Improve documentation of `need_handle_count_bug` [datafusion]

2025-03-07 Thread via GitHub
comphead commented on code in PR #15050: URL: https://github.com/apache/datafusion/pull/15050#discussion_r1985364551 ## datafusion/optimizer/src/decorrelate.rs: ## @@ -56,10 +56,14 @@ pub struct PullUpCorrelatedExpr { /// Indicates if we encounter any correlated expression

[PR] Minor: Improve documentation of `need_handle_count_bug` [datafusion]

2025-03-06 Thread via GitHub
suibianwanwank opened a new pull request, #15050: URL: https://github.com/apache/datafusion/pull/15050 ## Which issue does this PR close? - Closes #10553. ## Rationale for this change ## What changes are included in this PR? Improve documentatio