reubenvanammers opened a new pull request #11955: URL: https://github.com/apache/beam/pull/11955
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 commit attempts to add support for this type of implicit nulls. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
