gruuya commented on issue #8699:
URL: https://github.com/apache/arrow-rs/issues/8699#issuecomment-3439281553

   > Depending on how liberal/flexible parse_decimal is intended to be, I can 
see there being a couple of modalities when it 
   > comes to expected behavior of above cases (i.e. when the scale is zero)
   >
   >  1. only numbers with a single zero in the decimal part can be parsed, 
others must error out
   >  2. only numbers with zeros in the decimal part can be parsed, others must 
error out
   >  3. all above numbers can be parsed
   
   
   I've opened two PRs that address this issue:
   - for modality 1: https://github.com/apache/arrow-rs/pull/8702
   - for modality 3: https://github.com/apache/arrow-rs/pull/8700
   


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