thiagotnunes opened a new pull request #16890:
URL: https://github.com/apache/beam/pull/16890


   This pull request fixes a bug in the ChangeStreamRecordMapper.
   
   `Struct.getValue()` throws an error when getting a struct that contains a 
json inside. We circumvent this, by checking the type and calling either 
`struct.getString()` or `struct.getJson()`.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to