Skip to content

Commit ffb6ae8

Browse files
committed
test
1 parent 83d4f4c commit ffb6ae8

File tree

1 file changed

+1
-0
lines changed
  • datafusion/physical-expr/src/expressions

1 file changed

+1
-0
lines changed

datafusion/physical-expr/src/expressions/in_list.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ where
113113
_ => {}
114114
}
115115

116+
log::warn!("XXX v.dt={:?} => T", v.data_type());
116117
let v = v.as_any().downcast_ref::<T>().unwrap();
117118
let in_array = &self.array;
118119
let has_nulls = in_array.null_count() != 0;

0 commit comments

Comments
 (0)