You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/01/06 14:40:40 UTC

[GitHub] [hudi] nsivabalan commented on pull request #4428: [HUDI-44] Adding support to preserve commit metadata for compaction

nsivabalan commented on pull request #4428:
URL: https://github.com/apache/hudi/pull/4428#issuecomment-1006642838


   Probably we can skip adding it to plan. here is the use-case. 
   lets say a compaction was triggered w/ preserve commit metadata enabled and mid way users thinks that he does not want preserve commit metadata to be enabled.
   and so cancels on-going compaction. changes write config to disable preserve commit metadata and restarts.
   but since we serialized the value to the plan, we will re-execute it from scratch but with preserve commit metadata enabled right ?
   guess we can't do much. 
   so, better not to serialize the value to the plan. and always honor current write configs. 
   Let me know what do you think


-- 
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-unsubscribe@hudi.apache.org

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