yuruguo commented on PR #4667: URL: https://github.com/apache/kyuubi/pull/4667#issuecomment-1501031747
> @yuruguo, thanks for your contribution, and please explain **WHY** are the changes needed, not **WHAT** you changed. Kyuubi could use default value `default` to delete engine If the `subdomain` is not specified in the **delete interface**. https://github.com/apache/kyuubi/blob/5faebb1e75b57491ca655e0ba6fceacde5ef9459/kyuubi-server/src/main/scala/org/apache/kyuubi/server/api/v1/AdminResource.scala#L221 In this case, the engine nodes under the `default` path will be deleted, and the corresponding **list interface** should also be consistent. Otherwise, no engine nodes will be returned. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
