pan3793 commented on code in PR #7141:
URL: https://github.com/apache/kyuubi/pull/7141#discussion_r2215641559


##########
kyuubi-server/src/main/scala/org/apache/kyuubi/engine/KubernetesApplicationOperation.scala:
##########
@@ -474,6 +485,11 @@ class KubernetesApplicationOperation extends 
ApplicationOperation with Logging {
             id = getPodAppId(pod),
             name = getPodAppName(pod),
             state = appState,
+            url = appInfo.url.orElse(getPodAppUrl(
+              sparkAppUrlSource,
+              sparkAppUrlPattern,
+              kubernetesInfo,
+              pod)),

Review Comment:
   ```suggestion
               url = appInfo.url.orElse {
                 getPodAppUrl(sparkAppUrlSource, sparkAppUrlPattern, 
kubernetesInfo, pod)
               },
   ```



-- 
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]

Reply via email to