alamb commented on code in PR #13116:
URL: https://github.com/apache/datafusion/pull/13116#discussion_r1821498446


##########
datafusion/core/tests/dataframe/mod.rs:
##########
@@ -134,6 +134,9 @@ async fn test_count_wildcard_on_where_in() -> Result<()> {
     Ok(())
 }
 
+/// this should return Err: Physical plan does not support
+/// logical expression Exists ignore for now
+#[ignore]

Review Comment:
   is this a regression? I don't understand why this test is disabled. 
   
   This test appears to have been added in #6010
   
   I had it checked out to play around with it and got the test to work again 
by only explaining the logical plan.
   
   I pushed to this branch -- hope that is ok



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to