kevinjqliu commented on code in PR #1024: URL: https://github.com/apache/datafusion-python/pull/1024#discussion_r1958697079
########## 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: ah thank you! This is the issue i was facing in https://github.com/apache/datafusion-python/pull/1010#issuecomment-2643727227 ########## Cargo.toml: ########## @@ -17,7 +17,7 @@ [package] name = "datafusion-python" -version = "44.0.0" +version = "45.1.0" Review Comment: is the patch release on purpose? -- 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