[jira] [Updated] (BEAM-10220) Add support for implicit nulls in de/serializing JSON

2020-06-08 Thread Reuben van Ammers (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-10220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reuben van Ammers updated BEAM-10220:
-
Description: 
Currently,  RowJson.java doesn't have support for deserialising JSON with 
fields missing - it fails, even if the beam schema is nullable. This is often a 
problem for reading JSON as nulls are very commonly represented by omitting the 
field. Additionally, for this reason, not writing nulls is a reasonable when 
converting from Beam rows to JSON.

This would help to allow https://issues.apache.org/jira/browse/BEAM-7624 to be 
implemented. 

> Add support for implicit nulls in de/serializing JSON
> -
>
> Key: BEAM-10220
> URL: https://issues.apache.org/jira/browse/BEAM-10220
> Project: Beam
>  Issue Type: New Feature
>  Components: extensions-java-json
>Reporter: Reuben van Ammers
>Priority: P3
>
> Currently,  RowJson.java doesn't have support for deserialising JSON with 
> fields missing - it fails, even if the beam schema is nullable. This is often 
> a problem for reading JSON as nulls are very commonly represented by omitting 
> the field. Additionally, for this reason, not writing nulls is a reasonable 
> when converting from Beam rows to JSON.
> This would help to allow https://issues.apache.org/jira/browse/BEAM-7624 to 
> be implemented. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (BEAM-10220) Add support for implicit nulls in de/serializing JSON

2020-06-08 Thread Reuben van Ammers (Jira)
Reuben van Ammers created BEAM-10220:


 Summary: Add support for implicit nulls in de/serializing JSON
 Key: BEAM-10220
 URL: https://issues.apache.org/jira/browse/BEAM-10220
 Project: Beam
  Issue Type: New Feature
  Components: extensions-java-json
Reporter: Reuben van Ammers






--
This message was sent by Atlassian Jira
(v8.3.4#803005)