-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.13.0, 0.14.0
-
Component/s: Serializers/Deserializers
-
Labels:None
When writing string data to fields designated as char/varchar fields, JsonSerDe does not escape special characters, which can invalidate the JSON.
Looks like string columns use SerDeUtils.escapeString() when building the JSON string. Char/varchar need to do the same.