danny0405 commented on issue #3266:
URL: https://github.com/apache/hudi/issues/3266#issuecomment-904291403


   The delete is still problematic for MOR table, because Hudi always writes 
the DELETE data block after the DATA block, the DELETE block does not record 
the event time, and the reader always read the DELETE block after, so even a 
DELETE message has smaller event time than INSERT message, the INSERT message 
is still deleted.
   
   We have fixed the sequence for COW table though in the 0.9 release.


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