Skip to content

Commit 942c3a8

Browse files
zjregeeyurunjie
authored and
yurunjie
committed
minor polish code
1 parent b9615d3 commit 942c3a8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

datafusion/functions/benches/uuid.rs

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ use datafusion_functions::string;
2424

2525
fn criterion_benchmark(c: &mut Criterion) {
2626
let uuid = string::uuid();
27-
2827
c.bench_function("uuid", |b| {
2928
b.iter(|| {
3029
black_box(uuid.invoke_with_args(ScalarFunctionArgs {

datafusion/functions/src/string/concat_ws.rs

-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ fn is_null(expr: &Expr) -> bool {
402402
#[cfg(test)]
403403
mod tests {
404404
use std::sync::Arc;
405-
use std::vec;
406405

407406
use arrow::array::{Array, ArrayRef, StringArray};
408407
use arrow::datatypes::DataType::Utf8;

0 commit comments

Comments
 (0)