Skip to content

Commit b906161

Browse files
committed
lint
1 parent f19b897 commit b906161

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

native-engine/datafusion-ext-functions/src/spark_strings.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -754,10 +754,7 @@ mod test {
754754
Some("abXdefghij".to_string()),
755755
Some("abXdefghij".to_string()),
756756
]))),
757-
ColumnarValue::Array(Arc::new(Int32Array::from_iter(vec![
758-
Some(1),
759-
Some(0),
760-
]))),
757+
ColumnarValue::Array(Arc::new(Int32Array::from_iter(vec![Some(1), Some(0)]))),
761758
])?;
762759
let s = r.into_array(2)?;
763760
assert_eq!(

0 commit comments

Comments
 (0)