Skip to content

Commit 5fbb500

Browse files
committed
fix ci
1 parent 593b519 commit 5fbb500

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)