You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, the JSON to SparkJSON data conversion produces irregular JSON. The main issue is with non-integer numbers, which get printed without digits after the decimal point. e.g.:
In some cases, the JSON to SparkJSON data conversion produces irregular JSON. The main issue is with non-integer numbers, which get printed without digits after the decimal point. e.g.:
{"$data": "{"balance": 0., "customer": {"left": "10"}, "id": "0", "lastCheckTime": {"right": null}, "status": "Good"}", "$type": ["creditcard.Account"]}
Note the '0.' for the balance field.
The text was updated successfully, but these errors were encountered: