We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fd301 commit 5439d19Copy full SHA for 5439d19
python/tests/test_dataframe.py
@@ -752,7 +752,7 @@ def test_execution_plan(aggregate_df):
752
assert "AggregateExec:" in indent
753
assert "CoalesceBatchesExec:" in indent
754
assert "RepartitionExec:" in indent
755
- assert "CsvExec:" in indent
+ assert "DataSourceExec:" in indent
756
757
ctx = SessionContext()
758
rows_returned = 0
0 commit comments