Skip to content

Commit ee9dba1

Browse files
committed
update
1 parent cb9752d commit ee9dba1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

datafusion/optimizer/src/unions_to_filter.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,6 @@ mod tests {
383383
struct VolatileTestUdf;
384384

385385
impl ScalarUDFImpl for VolatileTestUdf {
386-
fn as_any(&self) -> &dyn std::any::Any {
387-
self
388-
}
389-
390386
fn name(&self) -> &str {
391387
"volatile_test"
392388
}

0 commit comments

Comments
 (0)