zhongqishang commented on issue #3831: URL: https://github.com/apache/amoro/issues/3831#issuecomment-3431297656
> And the undersizedSegmentFileCount >= 2 seems not to be enough, should we consider changing it to enoughContent()? +1 > Can we change "undersizedSegmentFileCount >= 2" to "undersizedSegmentFileSize >= config.getTargetSize() && min1SegmentFileSize <= config.getTargetSize() && min2SegmentFileSize <= config.getTargetSize()" @zhangwl9 It is expected that no compaction will occur with two 80m bin-packs, so we should set isFullNecessary() = false. -- 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]
