tustvold commented on code in PR #4070:
URL: https://github.com/apache/arrow-datafusion/pull/4070#discussion_r1011006558
##########
datafusion/core/tests/sql/predicates.rs:
##########
@@ -440,7 +533,7 @@ async fn in_set_string_dictionaries() -> Result<()> {
let ctx = SessionContext::new();
ctx.register_batch("test", batch)?;
- let sql = "SELECT * FROM test WHERE c1 IN ('foo', 'Bar', 'fazz')";
+ let sql = "SELECT * FROM test WHERE c1 IN ('foo', 'Bar', 'fazzz')";
Review Comment:
This test was previously ignored, as it failed, and was actually wrong
:laughing:
--
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]