We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed65ae commit 86bda2aCopy full SHA for 86bda2a
1 file changed
python/tests/test_aggregation.py
@@ -338,7 +338,6 @@ def test_bit_and_bool_fns(df, name, expr, result):
338
),
339
[7, 9],
340
341
- ("last_value", f.last_value(column("a")), [3, 6]),
342
(
343
"last_value_ordered",
344
f.last_value(column("a"), order_by=[column("a").sort(ascending=False)]),
0 commit comments