Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
Currently, when reading a JSON like this:
{"a": {"b": -999.99999999999999999999999999999999995}}
With the schema:
a STRING
Spark will yield a result like this:
{"b": -1000.0}
This is due to how we convert a non-string value to a string in JacksonParser