Skip to content

Commit b251419

Browse files
committed
clean any
1 parent 01fb677 commit b251419

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

datafusion/spark/src/function/string/concat_ws.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
//! - Allows zero value arguments: `concat_ws(',')` → `""`
2323
//! - Null array elements are skipped (same as null scalars)
2424
25-
use std::any::Any;
2625
use std::sync::Arc;
2726

2827
use arrow::array::{
@@ -61,10 +60,6 @@ impl SparkConcatWs {
6160
}
6261

6362
impl ScalarUDFImpl for SparkConcatWs {
64-
fn as_any(&self) -> &dyn Any {
65-
self
66-
}
67-
6863
fn name(&self) -> &str {
6964
"concat_ws"
7065
}

0 commit comments

Comments
 (0)