wolfboys commented on code in PR #2734: URL: https://github.com/apache/incubator-streampark/pull/2734#discussion_r1186973246
########## streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/ApplicationService.java: ########## @@ -120,4 +122,6 @@ List<Application> getByTeamIdAndExecutionModes( List<String> historyUploadJars(); String k8sStartLog(Long id, Integer offset, Integer limit) throws Exception; + + void changeUser(Long userId, Long targetUserId); Review Comment: It is recommended to change the method name to `changeOwnership` -- 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]
