LiShiZhensPi commented on issue #3474: URL: https://github.com/apache/arrow-rs/issues/3474#issuecomment-1427299920
I took a look at the code and found that these functions only support the i128 type: - [build_decimal_array](https://github.com/apache/arrow-rs/blob/master/arrow-csv/src/reader/mod.rs#L784) - [parse_decimal_with_parameter](https://github.com/apache/arrow-rs/blob/master/arrow-csv/src/reader/mod.rs#L819) It doesn't seem very hard to support i256, I will be submitting a change soon. -- 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]
