yjshen opened a new issue, #5739:
URL: https://github.com/apache/arrow-rs/issues/5739
**To Reproduce**
<!--
Steps to reproduce the behavior:
-->
```rust
fn main() -> Result<()> {
parse_decimal::<Decimal128Type>("1.234e16", 20, 0).unwrap();
Ok(())
}
```
**Expected behavior**
<!--
A clear and concise description of what you expected to happen.
-->
Parse the string successfully.
**Additional context**
<!--
Add any other context about the problem here.
-->
--
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]