Skip to content

Commit 86bda2a

Browse files
committed
There is no guaranteed ordering on aggregate last_value
1 parent 5ed65ae commit 86bda2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/tests/test_aggregation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ def test_bit_and_bool_fns(df, name, expr, result):
338338
),
339339
[7, 9],
340340
),
341-
("last_value", f.last_value(column("a")), [3, 6]),
342341
(
343342
"last_value_ordered",
344343
f.last_value(column("a"), order_by=[column("a").sort(ascending=False)]),

0 commit comments

Comments
 (0)