Skip to content

Commit 31ddaba

Browse files
committed
Add comment to update when upstream merges
1 parent ab6023c commit 31ddaba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/datafusion/tests/test_dataframe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ def test_distinct():
317317
.build(),
318318
[-1, -1, 4],
319319
),
320+
# TODO update once upstream merges https://github.com/apache/datafusion-python/issues/833
320321
pytest.param(
321322
"first_value",
322323
f.window("first_value", [column("a")], order_by=[f.order_by(column("b"))]),

0 commit comments

Comments
 (0)