We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d4f4c commit 17a3cc3Copy full SHA for 17a3cc3
datafusion/physical-expr/src/expressions/in_list.rs
@@ -113,6 +113,7 @@ where
113
_ => {}
114
}
115
116
+ log::warn!("XXX v.dt={:?} => T::dt={:?}", v.data_type(), T::data_type());
117
let v = v.as_any().downcast_ref::<T>().unwrap();
118
let in_array = &self.array;
119
let has_nulls = in_array.null_count() != 0;
0 commit comments