seethb commented on issue #10181:
URL: https://github.com/apache/hudi/issues/10181#issuecomment-1848905116

   Also @ad1happy2go we are not using PG (Postgres as the source) and the DB is 
YuagabyteDB however the CDC mechanism between YugabyteDB and PG is slightly 
different. here we use neither REPLICA IDENTITY FULL nor REPLICA IDENTITY 
<index> as our storage engine is different (DocDB). In such cases, we have op 
flag "d" which I shown above comes up with before and after image values. The 
challenge here is how dynamically we swap the before_field to after_field or 
after_field to before_field for both key and partition for diff. operations 
like "C", "U" and "D". 


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