satishkotha commented on issue #1866:
URL: https://github.com/apache/hudi/issues/1866#issuecomment-663298411


   Hi @luffyd  
   
   By default, upsert on MOR tables creates 'deltacommits'.   [compaction] 
(https://cwiki.apache.org/confluence/display/HUDI/Design+And+Architecture#DesignAndArchitecture-Compaction)
 needs to run to convert deltacommits into commits. Clean works only after 
compaction runs and commits are created. Clean also does not remove file groups 
that have pending compaction.  Can you setup inline compaction [using 
instructions 
here](https://cwiki.apache.org/confluence/display/HUDI/FAQ#FAQ-HowdoIruncompactionforaMORdataset)
 for testing and see if that helps?
   
   If that doesn't work, can you share screenshot of files in .hoodie folder in 
'getHudiPath'


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to