gruuya opened a new pull request, #8702:
URL: https://github.com/apache/arrow-rs/pull/8702

   # Which issue does this PR close?
   
   - Closes #8699.
   
   # Rationale for this change
   
   Make parsing of zero-scale decimals more correct/consistent.
   
   # What changes are included in this PR?
   
   When a decimal with scale 0 is being parsed only accept inputs with 1 
decimal point set to zero (i.e. `"___.0"`) and reject all other forms.
   
   # Are these changes tested?
   
   Yes.
   
   # Are there any user-facing changes?
   
   Aligned parsing of zero-scale decimals.
   


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