Chamikara Jayalath created BEAM-502:
---------------------------------------
Summary: Properly handle None/null in json conversions
Key: BEAM-502
URL: https://issues.apache.org/jira/browse/BEAM-502
Project: Beam
Issue Type: Bug
Components: sdk-py
Reporter: Chamikara Jayalath
Assignee: Chamikara Jayalath
json_value.py has to be updated to properly handle JSON to/from Python 'None'
conversions.
For example, currently writing a dictionary of the form {'aa': 'value',
'bb':None} using BigQuery sink fails when using DirectPipelineRunner since we
do not properly handle 'None' values.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)