apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
875 stars 291 forks source link

[Improvement]: Use actualPartitionPlans to determine the optimizingType #3269

Closed 7hong closed 1 month ago

7hong commented 1 month ago

Search before asking

What would you like to be improved?

In org.apache.amoro.server.optimizing.plan.OptimizingPlanner#planTasks method, using actualPartitionPlans replace evaluators, The resulting optimizingType is more accurate.

https://github.com/apache/amoro/blob/cc29688004ecd0b24b5bbafaa2f8326cb19a087e/amoro-ams/src/main/java/org/apache/amoro/server/optimizing/plan/OptimizingPlanner.java#L164-L187

How should we improve?

No response

Are you willing to submit PR?

Subtasks

No response

Code of Conduct