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


##########
python/datafusion/record_batch.py:
##########
@@ -59,18 +59,22 @@ def __init__(self, record_batch_stream: 
df_internal.RecordBatchStream) -> None:
 
     def next(self) -> RecordBatch | None:

Review Comment:
   I think we can update the return type hint to just `RecordBatch` 



-- 
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