Jimexist commented on issue #926:
URL: https://github.com/apache/arrow-rs/issues/926#issuecomment-963993681


   thanks for the issue @liukun4515 however i don't think this is doable as is.
   
   by default numbers are read into f64 but not decimal because for decimal 
you'll need to have a precision configured. that can't be inferred from the csv 
data itself. if you do need to do that either read as f64 and convert yourself 
(using cast) or pre-convert the data as parquet so that arrow can be correctly 
mapped.


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