YannByron commented on PR #5885:
URL: https://github.com/apache/hudi/pull/5885#issuecomment-1189748888

   > @YannByron Can we rework this by making CDC a special mode of inc query?
   
   Actually, i think the incremental query is a special mode of CDC. The inc 
query keeps the normal format and return the less info about CDC.
   But it is fine. If we want to do this, just modify the configs that users 
need to be aware like this:
   
   the current way sets:
   `hoodie.datasource.query.type=cdc`
   
   the modified way sets:
   ```
   hoodie.datasource.query.type=incremental
   hoodie.datasource.incremental.output=cdc
   ```
   
   is it ok?


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