Skip to content

Commit 5439d19

Browse files
committed
Update unit test due to change in name of the upstream exec function
1 parent 80fd301 commit 5439d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ def test_execution_plan(aggregate_df):
752752
assert "AggregateExec:" in indent
753753
assert "CoalesceBatchesExec:" in indent
754754
assert "RepartitionExec:" in indent
755-
assert "CsvExec:" in indent
755+
assert "DataSourceExec:" in indent
756756

757757
ctx = SessionContext()
758758
rows_returned = 0

0 commit comments

Comments
 (0)