Skip to content

Commit 6c27614

Browse files
committed
remove comment
1 parent df46054 commit 6c27614

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/functions.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,6 @@ pub fn nth_value(
692692
order_by: Option<Vec<PySortExpr>>,
693693
null_treatment: Option<NullTreatment>,
694694
) -> PyResult<PyExpr> {
695-
// @todo: Commenting this function out for now as it requires some reworking
696695
let agg_fn = datafusion::functions_aggregate::nth_value::nth_value(expr.expr, n, vec![]);
697696
add_builder_fns_to_aggregate(agg_fn, distinct, filter, order_by, null_treatment)
698697
}

0 commit comments

Comments
 (0)