Skip to content

Commit fee0b9c

Browse files
use appropriate path for approx_distinct
Ref: apache/datafusion#11644
1 parent bf65e10 commit fee0b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ use datafusion_expr::{
3737

3838
#[pyfunction]
3939
pub fn approx_distinct(expression: PyExpr) -> PyExpr {
40-
functions_aggregate::expr_fn::approx_distinct::approx_distinct(expression.expr).into()
40+
functions_aggregate::expr_fn::approx_distinct(expression.expr).into()
4141
}
4242

4343
#[pyfunction]

0 commit comments

Comments
 (0)