We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6f5dd commit 175fee0Copy full SHA for 175fee0
1 file changed
kyuubi-server/src/main/scala/org/apache/kyuubi/server/KyuubiBatchService.scala
@@ -111,7 +111,8 @@ class KyuubiBatchService(
111
error(s"$batchId does not existed in metastore, assume it is finished")
112
true
113
}
114
- if (!submitted) Thread.sleep(1000) }
+ if (!submitted) Thread.sleep(1000)
115
+ }
116
info(s"$batchId is submitted or finished.")
117
118
} catch {
0 commit comments