Skip to content

Cannot parse '0.E-9' #301

@datbth

Description

@datbth

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
image

I found that postgres also accepts 0.E-9
image

Will BigDecimal be able to support such string representation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions