zhongqishang commented on issue #2807:
URL: https://github.com/apache/amoro/issues/2807#issuecomment-2095071500

   @deniskuzZ Thank you for propose the issue.
   
   The `posDeleteFileCount` not included in `isMinorNecessary` method is 
expected.
   
   (Assume target size is 128m)
   
   `Minor` mainly include the follow two:
   - Merge data files smaller than 16m
   - Convert eq delete associated with files larger than 16m
   
   `Major` mainly include the follow two:
   - Merge data files in 16~112m
   - Merge data files larger than 112m and pos files to generate new data files.
   
   


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