cshuo commented on issue #14259:
URL: https://github.com/apache/hudi/issues/14259#issuecomment-3574622908

   @furquan1993 the problem is when the `before` or `after` fields of cdc 
record is constructed from spark `InternalRow`, it's converted by the 
`InternalRowToJsonStringConverter` from `InternalRow` to json string, but the 
converted currently do not support converting complex type fields into plain 
json string, so there can be some 'encoded' string.
   
   here is an fix for 1.1: https://github.com/apache/hudi/pull/14351, you can 
have a try if it solves your problem.


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