Closed abhi19gupta closed 1 year ago
When the Pinot server returns an empty string ('') for JSON datatype field, json.loads will fail to parse it. Hence, returning None for such fields.
''
json.loads
None
When the Pinot server returns an empty string (
''
) for JSON datatype field,json.loads
will fail to parse it. Hence, returningNone
for such fields.