hudi-bot opened a new issue, #14882:
URL: https://github.com/apache/hudi/issues/14882

   incase of a global index, we have a config to update partition path. if this 
is set to true, if there is an incoming record to a newer partition compared to 
whats in storage, older record will be deleted and new incoming record will be 
routed to new partition. 
   
   But it could run into issues if new incoming is a late arriving record. 
Expected behavior is, old record is retained and new one is discarded it it has 
lower preCombine value. But in this case, we may not honor that. 
   
    
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-2535
   - Type: Improvement


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