Re: [PR] Fix the well known `count-bug` similar cases [datafusion]
suibianwanwank commented on code in PR #15281: URL: https://github.com/apache/datafusion/pull/15281#discussion_r1999272559 ## datafusion/optimizer/src/scalar_subquery_to_join.rs: ## @@ -476,19 +485,19 @@ mod tests { .build()?; let expected = "Projection:
[PR] Fix the well known `count-bug` similar cases [datafusion]
suibianwanwank opened a new pull request, #15281: URL: https://github.com/apache/datafusion/pull/15281 ## Which issue does this PR close? - Closes #15032. ## Rationale for this change ## What changes are included in this PR? ## Are these cha