liukun4515 commented on code in PR #3472:
URL: https://github.com/apache/arrow-datafusion/pull/3472#discussion_r970345237
##########
datafusion/physical-expr/src/expressions/in_list.rs:
##########
@@ -960,6 +960,17 @@ pub fn in_list(
negated: &bool,
schema: &Schema,
) -> Result<Arc<dyn PhysicalExpr>> {
+ // check the data type
Review Comment:
check the data type and make sure the same type for value expr and list
exprs.
--
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]