wardlican opened a new pull request, #3825: URL: https://github.com/apache/amoro/pull/3825
The current spark optimizer has no specified name, as shown below. <img width="1764" height="126" alt="image" src="https://github.com/user-attachments/assets/b1896b49-d43b-4591-8a32-1bcacfa76257" /> 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="1708" height="230" alt="image" src="https://github.com/user-attachments/assets/92974912-011d-4250-9005-9ba147cf6ffd" /> The expected effect after the modification is as follows. <img width="1506" height="166" alt="image" src="https://github.com/user-attachments/assets/2da521d4-be3d-476d-a278-3027a110dcb2" /> ## Why are the changes needed? The spark optimizer name displays the optimizer resource group and instance ID. Close #3824 ## Brief change log <!-- Clearly describe the changes made in modules, classes, methods, etc. --> - ## How was this patch tested? - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] Run test locally before making a pull request ## Documentation - Does this pull request introduce a new feature? (yes / no) - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented) -- 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]
