MarigWeizhi opened a new issue, #3500: URL: https://github.com/apache/amoro/issues/3500
### What happened? * The statistical information of the table is `tableSummary`, which reuses`AbstractOptimizeingEvaluator.PendingInput` * OverviewManager uses `TableRuntimeMeta::GetPendingInput` instead of `TableRuntimeMeta::GetTableSummary`. This leads to incorrect statistical information when tables are not in the panding state ### Affects Versions master ### What table formats are you seeing the problem on? Iceberg ### What engines are you seeing the problem on? AMS ### How to reproduce 1. Create a iceberg table 2. insert a row 3. Wait 3~6 min (overview refresh cycle) 4. Table size and other data remain at 0 ### Relevant log output ```shell ``` ### Anything else _No response_ ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's Code of Conduct -- 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]
