davlee1972 commented on issue #50470: URL: https://github.com/apache/arrow/issues/50470#issuecomment-4938350849
As a temporary work around.. I was able to write the pyarrow table using Datafusion.. Read it back using pyarrow and the rewrite it back as a rowgroup.. <img width="721" height="254" alt="Image" src="https://github.com/user-attachments/assets/3fee6391-0281-4cbe-8f94-25df91a10ea3" /> Datafusion changed the underlying data.. <img width="975" height="78" alt="Image" src="https://github.com/user-attachments/assets/509e0310-7e40-46fd-8455-dc6492666dbb" /> <img width="721" height="254" alt="Image" src="https://github.com/user-attachments/assets/d3899e7b-1dc5-41e5-ba28-2477b9ca264b" /> -- 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]
