We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9615d3 commit 942c3a8Copy full SHA for 942c3a8
datafusion/functions/benches/uuid.rs
@@ -24,7 +24,6 @@ use datafusion_functions::string;
24
25
fn criterion_benchmark(c: &mut Criterion) {
26
let uuid = string::uuid();
27
-
28
c.bench_function("uuid", |b| {
29
b.iter(|| {
30
black_box(uuid.invoke_with_args(ScalarFunctionArgs {
datafusion/functions/src/string/concat_ws.rs
@@ -402,7 +402,6 @@ fn is_null(expr: &Expr) -> bool {
402
#[cfg(test)]
403
mod tests {
404
use std::sync::Arc;
405
- use std::vec;
406
407
use arrow::array::{Array, ArrayRef, StringArray};
408
use arrow::datatypes::DataType::Utf8;
0 commit comments