[
https://issues.apache.org/jira/browse/BEAM-10220?focusedWorklogId=444052&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-444052
]
ASF GitHub Bot logged work on BEAM-10220:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Jun/20 00:00
Start Date: 11/Jun/20 00:00
Worklog Time Spent: 10m
Work Description: rezarokni commented on pull request #11955:
URL: https://github.com/apache/beam/pull/11955#issuecomment-642327425
Thanx for FYI @pabloem .
This is awesome! we are also looking to add deadletter pattern to JsonToRow:
https://github.com/apache/beam/pull/11929
The null support your adding is great!
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 444052)
Time Spent: 2h 50m (was: 2h 40m)
> 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
> Assignee: Reuben van Ammers
> Priority: P3
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
> 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)