kosiew commented on code in PR #1222: URL: https://github.com/apache/datafusion-python/pull/1222#discussion_r2346212351
########## python/datafusion/dataframe.py: ########## @@ -1042,6 +1047,18 @@ def execute_stream_partitioned(self) -> list[RecordBatchStream]: streams = self.df.execute_stream_partitioned() return [RecordBatchStream(rbs) for rbs in streams] + @deprecated("Use execute_stream() instead") + def to_record_batch_stream(self) -> RecordBatchStream: Review Comment: 🤦 Removed. -- 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