neilconway commented on code in PR #20426:
URL: https://github.com/apache/datafusion/pull/20426#discussion_r2908282619
##########
datafusion/core/src/physical_planner.rs:
##########
@@ -3436,16 +3436,16 @@ mod tests {
#[tokio::test]
async fn in_list_types() -> Result<()> {
- // expression: "a in ('a', 1)"
- let list = vec![lit("a"), lit(1i64)];
Review Comment:
That's right; and good point, I updated the test to expicitly check for the
type mismatch error.
--
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]