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 e620b82 commit 65864ceCopy full SHA for 65864ce
python/datafusion/record_batch.py
@@ -57,7 +57,7 @@ def __init__(self, record_batch_stream: df_internal.RecordBatchStream) -> None:
57
"""This constructor is typically not called by the end user."""
58
self.rbs = record_batch_stream
59
60
- def next(self) -> RecordBatch | None:
+ def next(self) -> RecordBatch:
61
"""See :py:func:`__next__` for the iterator function."""
62
return next(self)
63
0 commit comments