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
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
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
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
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
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
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