Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Sep 10, 2024
1 parent 0aa350e commit 32c3f9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,6 @@ pub fn nth_value(
order_by: Option<Vec<PySortExpr>>,
null_treatment: Option<NullTreatment>,
) -> PyResult<PyExpr> {
// @todo: Commenting this function out for now as it requires some reworking
let agg_fn = datafusion::functions_aggregate::nth_value::nth_value(expr.expr, n, vec![]);
add_builder_fns_to_aggregate(agg_fn, distinct, filter, order_by, null_treatment)
}
Expand Down

0 comments on commit 32c3f9f

Please sign in to comment.