tustvold commented on PR #3431:
URL: https://github.com/apache/arrow-rs/pull/3431#issuecomment-1370578823

   > I think the data in the arrow ecosystem is exchanged by IPC format
   
   Sometimes, but an important property is that data written by one 
implementation to CSV, Parquet, or whatever can be read by another
   
   To phrase my concern differently, decimals are a relatively esoteric type, 
with most arrow implementations having limited support. I worry with this PR we 
will now write decimal data in such a way arrow implementations that used to 
understand it, now won't.
   
   Can you confirm pyarrow at least can correctly read the data written by this 
PR?


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

Reply via email to