timsaucer commented on code in PR #1024:
URL: 
https://github.com/apache/datafusion-python/pull/1024#discussion_r1958742717


##########
python/tests/test_dataframe.py:
##########
@@ -755,13 +755,20 @@ def test_execution_plan(aggregate_df):
     assert "CsvExec:" in indent
 
     ctx = SessionContext()
-    stream = ctx.execute(plan, 0)
-    # get the one and only batch
-    batch = stream.next()
-    assert batch is not None
-    # there should be no more batches
-    with pytest.raises(StopIteration):
-        stream.next()
+    rows_returned = 0

Review Comment:
   Yes, and it's super odd. I have two different computers and on one it passed 
every time. On the other, it failed every time.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to