wardlican opened a new issue, #3824: URL: https://github.com/apache/amoro/issues/3824
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? The current spark optimizer has no specified name, as shown below. <img width="882" height="63" alt="Image" src="https://github.com/user-attachments/assets/1044e91e-ea11-48d0-848c-5a5502b452d8" /> The name of the Flink optimizer contains the optimizer group and id, which is more convenient for problem location. Spark should also be changed to this <img width="854" height="115" alt="Image" src="https://github.com/user-attachments/assets/ae259ba1-0df1-4240-93f2-978b011f60a5" /> The expected effect after the modification is as follows. <img width="753" height="83" alt="Image" src="https://github.com/user-attachments/assets/09e0d15b-eff1-4eab-8807-e33270e2657f" /> ### How should we improve? The spark optimizer name displays the optimizer resource group and instance ID. ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Subtasks _No response_ ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/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]
