Skip to content

Commit

Permalink
[KYUUBI #6476] spark historyserver Show incomplete applications kyuub…
Browse files Browse the repository at this point in the history
…i query engine ui error
  • Loading branch information
felixzh2020 committed Jun 19, 2024
1 parent b7b0db2 commit 034bfe5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ case class SparkOperationEvent(
exception: Option[Throwable],
sessionId: String,
sessionUser: String,
@JsonDeserialize(contentAs = classOf[java.lang.Long])
executionId: Option[Long],
@JsonDeserialize(contentAs = classOf[java.lang.Long])
operationRunTime: Option[Long],
Expand Down

0 comments on commit 034bfe5

Please sign in to comment.