Skip to content

Commit cb2a242

Browse files
committed
test: scalar regex match physical expr
1 parent 25133c8 commit cb2a242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ mod tests {
492492
Arc::new(BooleanArray::from(vec![None, None, None, None, None])),
493493
),
494494
case(
495-
true, true, DataType::Utf8View,
495+
true, true, DataType::Null,
496496
Arc::new(NullArray::new(5)),
497497
ScalarValue::Utf8View(Some("^a".to_string())),
498498
Arc::new(BooleanArray::from(vec![None, None, None, None, None])),

0 commit comments

Comments
 (0)