-
Notifications
You must be signed in to change notification settings - Fork 88
Cannot parse '0.E-9' #301
Copy link
Copy link
Closed
Description
When working with Apache Arrow Decimals, I found that they use this string representation for zero (with precision 38, scale 9):
0.E-9
(I have also filed this issue on Apache Arrow repo that includes more context)
But BigDecimal does not recognize 0.E-9

I found that postgres also accepts 0.E-9

Will BigDecimal be able to support such string representation?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels