Jzjsnow commented on PR #3776: URL: https://github.com/apache/amoro/pull/3776#issuecomment-3471723146
> Can we move forward with this feature now? @Jzjsnow @klion26 Sure, I've updated the branch and added the new evaluation criteria discussed earlier (see Step 1 for details). The current conditions for triggering pendingInput evaluation based on metrics are as follows: Step 1: If the condition `delete file=0 && avg file size > target size * ratio` is met, the evaluation is considered unnecessary and will be skipped. Step 2: Calculate detailed attributes for each partition in the table, including the sum of squared errors for file sizes. If this exceeds the file size tolerance threshold, the pendingInput requires evaluation. Note that this update now supports MIX_ICEBERG tables, whereas previously only ICEBERG format was supported. Please take a look when you are free. Looking forward to your feedback! @xxubai @zhoujinsong @klion26 -- 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]
