Description
Currently, for a literal with an exponent (e.g. 1e-45), Spark will convert it into Decimal.
However, according to the ansi standard, it should be converted into Double and this is what Presto does too.
Attachments
Issue Links
- links to
Currently, for a literal with an exponent (e.g. 1e-45), Spark will convert it into Decimal.
However, according to the ansi standard, it should be converted into Double and this is what Presto does too.