avantgardnerio commented on code in PR #3287:
URL: https://github.com/apache/arrow-datafusion/pull/3287#discussion_r957701879
##########
datafusion/optimizer/src/decorrelate_scalar_subquery.rs:
##########
@@ -702,4 +727,31 @@ mod tests {
assert_optimized_plan_eq(&DecorrelateScalarSubquery::new(), &plan,
expected);
Ok(())
}
+
+ /// Test for non-correlated scalar subquery with no filters
Review Comment:
Should we rename this if it also does uncorrelated subqueries now? Maybe
`scalar_subquery_to_join`?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]