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

   Another observation is every even commit I am able to get proper row data, 
but for every odd commit i am getting encoded data. 
   cdc commit from -> to
   0 -> 1 | encoded data
   1 -> 2 | proper data
   2 -> 3 | encoded data
   3 -> 4 | proper data.
   
   attaching my code and sample cdc table output.
   
   [Main.java](https://github.com/user-attachments/files/23674647/Main.java)
   [output.csv](https://github.com/user-attachments/files/23674648/output.csv)


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