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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to