Skip to content

Commit 3a5bc41

Browse files
committed
refactor: Remove alias for ScalarUDFExpr in supported_predicates.rs
1 parent 87dcc7a commit 3a5bc41

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

datafusion/datasource-parquet/src/supported_predicates.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ use std::sync::Arc;
2626
use datafusion_physical_expr::expressions::{IsNotNullExpr, IsNullExpr};
2727
use datafusion_physical_expr::{PhysicalExpr, ScalarFunctionExpr};
2828

29-
// `ScalarUDFExpr` is currently an alias of `ScalarFunctionExpr` in this crate,
30-
// but keep a separate type to support potential future divergence.
31-
type ScalarUDFExpr = ScalarFunctionExpr;
32-
3329
/// Trait for physical expressions that support list column pushdown during
3430
/// Parquet decoding.
3531
///

0 commit comments

Comments
 (0)