Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Nov 20, 2023
1 parent 1614951 commit dd514f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class BatchJobSubmission(
OperationLog.removeCurrentOperationLog()
}

override protected def runInternal(): Unit = session.handleSessionException {
override protected def runInternal(): Unit = {
val asyncOperation: Runnable = () => {
try {
metadata match {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ExecutedCommandExec(
OperationLog.removeCurrentOperationLog()
}

override protected def runInternal(): Unit = session.handleSessionException {
override protected def runInternal(): Unit = {
val asyncOperation: Runnable = () => {
setState(OperationState.RUNNING)
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class LaunchEngine(session: KyuubiSessionImpl, override val shouldRunAsync: Bool
OperationLog.removeCurrentOperationLog()
}

override protected def runInternal(): Unit = session.handleSessionException {
override protected def runInternal(): Unit = {
val asyncOperation: Runnable = () => {
setState(OperationState.RUNNING)
try {
Expand Down

0 comments on commit dd514f3

Please sign in to comment.