ovj opened a new pull request #777: Updating hoodie record before inserting it 
into ExternalSpillableMap
URL: https://github.com/apache/incubator-hudi/pull/777
 
 
   fixes #773 
   
   Problem - If ExternalSpillableMap has reached its size limit then we start 
writing newly inserted records onto disk. Any future updates we make into the 
in memory copy of it will not be reflected on to on disk copy. 
   
   Fix - In HoodieMergeHandle we are ensuring that we update the record before 
inserting it into ExternalSpillableMap so that we don't loose any updates done 
to it.
   
   cc @bvaradar @n3nash @vinothchandar - PTAL.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to