Skip to content

Commit a430ef8

Browse files
committed
remove comment
1 parent c1a29a2 commit a430ef8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • datafusion/physical-expr/src/expressions

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ impl StaticFilter for ArrayStaticFilter {
9191
if v.data_type() == &DataType::Null
9292
|| self.in_array.data_type() == &DataType::Null
9393
{
94-
// return Ok(BooleanArray::new(vec![None; v.len()]));
9594
let nulls = NullBuffer::new_null(v.len());
9695
return Ok(BooleanArray::new(
9796
BooleanBuffer::new_unset(v.len()),

0 commit comments

Comments
 (0)