Re: [PR] Fix wrong domain push down [datafusion]

2025-06-30 Thread via GitHub
duongcongtoai closed pull request #16611: Fix wrong domain push down URL: https://github.com/apache/datafusion/pull/16611 -- 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

Re: [PR] Fix wrong domain push down [datafusion]

2025-06-29 Thread via GitHub
irenjj commented on code in PR #16611: URL: https://github.com/apache/datafusion/pull/16611#discussion_r2174245375 ## datafusion/optimizer/src/decorrelate_dependent_join.rs: ## @@ -1096,6 +1097,88 @@ mod tests { "); Ok(()) } +#[test] +fn paper() ->

Re: [PR] Fix wrong domain push down [datafusion]

2025-06-29 Thread via GitHub
irenjj commented on code in PR #16611: URL: https://github.com/apache/datafusion/pull/16611#discussion_r2173665868 ## datafusion/optimizer/src/decorrelate_dependent_join.rs: ## @@ -165,30 +174,52 @@ impl DependentJoinDecorrelator { } } fn new( -correla

Re: [PR] Fix wrong domain push down [datafusion]

2025-06-29 Thread via GitHub
irenjj commented on code in PR #16611: URL: https://github.com/apache/datafusion/pull/16611#discussion_r2173675299 ## datafusion/optimizer/src/decorrelate_dependent_join.rs: ## @@ -165,30 +174,52 @@ impl DependentJoinDecorrelator { } } fn new( -correla

Re: [PR] Fix wrong domain push down [datafusion]

2025-06-29 Thread via GitHub
irenjj commented on code in PR #16611: URL: https://github.com/apache/datafusion/pull/16611#discussion_r2173665868 ## datafusion/optimizer/src/decorrelate_dependent_join.rs: ## @@ -165,30 +174,52 @@ impl DependentJoinDecorrelator { } } fn new( -correla

[PR] Fix wrong domain push down [datafusion]

2025-06-29 Thread via GitHub
duongcongtoai opened a new pull request, #16611: URL: https://github.com/apache/datafusion/pull/16611 ## Which issue does this PR close? - Closes #. ## Rationale for this change ## What changes are included in this PR? ## Are these changes t