njnu-seafish commented on code in PR #18073:
URL:
https://github.com/apache/dolphinscheduler/pull/18073#discussion_r2958183030
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataSourceController.java:
##########
@@ -275,8 +272,7 @@ public Result<Boolean> deleteDataSource(@Parameter(hidden =
true) @RequestAttrib
@GetMapping(value = "/verify-name")
@ResponseStatus(HttpStatus.OK)
@ApiException(VERIFY_DATASOURCE_NAME_FAILURE)
- public Result<Boolean> verifyDataSourceName(@Parameter(hidden = true)
@RequestAttribute(value = Constants.SESSION_USER) User loginUser,
- @RequestParam(value = "name")
String name) {
+ public Result<Boolean> verifyDataSourceName(@RequestParam(value = "name")
String name) {
Review Comment:
> Don't change this method.
ok
--
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]