turboFei commented on code in PR #6579:
URL: https://github.com/apache/kyuubi/pull/6579#discussion_r1701241047
##########
kyuubi-ctl/src/main/scala/org/apache/kyuubi/ctl/cmd/log/LogBatchCommand.scala:
##########
@@ -85,6 +88,11 @@ class LogBatchCommand(
Option(batch).foreach { batch =>
info(s"Application report for ${batch.getAppId} (state:
${batch.getAppState})," +
s" batch id: $batchId (state: ${batch.getState})")
+ if (appState != batch.getAppState &&
StringUtils.isNotBlank(batch.getAppId)) {
Review Comment:
skip the blank appId
--
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]