neilconway opened a new issue, #10789:
URL: https://github.com/apache/arrow-rs/issues/10789

   ### Describe the bug
   
   `0e0` and `-0e0` are valid JSON numbers.
   
   ### To Reproduce
   
   ```rust
   
   use arrow_array::types::Decimal128Type;
   use arrow_cast::parse::parse_decimal;
   
   parse_decimal::<Decimal128Type>("0e0", 10, 2);  // Err: can't parse the 
string value 0e0 to decimal
   ```
   
   ### Expected behavior
   
   Should parse successfully.
   
   ### Additional context
   
   _No response_


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