rangareddy commented on issue #13319:
URL: https://github.com/apache/hudi/issues/13319#issuecomment-3223772586

   Hi @Dakarun 
   
   To migrate a non-CDC table to a CDC table, please follow these steps:
   
   1. Create a new Hudi table with `hoodie.table.cdc.enabled=true`.
   2. Copy (rewrite) the data from the old table to the new table.
   3. Use the new table for future writes and CDC queries.


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