codope commented on PR #5771:
URL: https://github.com/apache/hudi/pull/5771#issuecomment-1195356120

   > 
   
   Yes that's not going to work. The goal of this PR is to support append-only 
workloads. This will be called out in the release notes. This already brings 
benefits to many users who just want to load the data (no incremental updates 
use case). In that case, this PR just as good as parquet writes (w/ some 
additional overhead for metadata fields). 
   
   In order to deal with incremental upserts, we can make _hoodie_commit_seqno 
as the record key if no record key is configured by the user and I have working 
PR #6090 to support that. However, it has some design considerations to eb 
taken care of as mentioned in 
https://github.com/apache/hudi/pull/6090#issuecomment-1190557552


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to