kylebarron commented on issue #1166: URL: https://github.com/apache/datafusion-python/issues/1166#issuecomment-2997133170
> **Additional context** Replacing `RecordBatchReader.from_arrow(df)` with `RecordBatchReader.from_arrow(df.df)` works around the bug Ah so it's not the Rust side, which implements it correctly: https://github.com/apache/datafusion-python/blob/98dc06b553b69576d50157542f761b44f456dcf2/src/dataframe.rs#L841-L846 It's on the Python side: https://github.com/apache/datafusion-python/blob/98dc06b553b69576d50157542f761b44f456dcf2/python/datafusion/dataframe.py#L1056 -- 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