avantgardnerio commented on code in PR #3287:
URL: https://github.com/apache/arrow-datafusion/pull/3287#discussion_r957719235


##########
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:
   I don't want to, but we probably should. Maybe we can just doc it for now 
with a TODO and address it in a future PR?



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

Reply via email to