This is an automated email from the ASF dual-hosted git repository.

yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new d8f2be7  [MINOR] Remove useless param comment (#806)
d8f2be7 is described below

commit d8f2be7dbc0498b6c4f2f34f9cde17cc77f8125d
Author: vinoyang <[email protected]>
AuthorDate: Thu Jul 15 15:01:51 2021 +0800

    [MINOR] Remove useless param comment (#806)
---
 .../apache/kyuubi/engine/spark/monitor/entity/KyuubiStatementInfo.scala | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/externals/kyuubi-spark-monitor/src/main/scala/org/apache/kyuubi/engine/spark/monitor/entity/KyuubiStatementInfo.scala
 
b/externals/kyuubi-spark-monitor/src/main/scala/org/apache/kyuubi/engine/spark/monitor/entity/KyuubiStatementInfo.scala
index 2b61cee..7bf34f0 100644
--- 
a/externals/kyuubi-spark-monitor/src/main/scala/org/apache/kyuubi/engine/spark/monitor/entity/KyuubiStatementInfo.scala
+++ 
b/externals/kyuubi-spark-monitor/src/main/scala/org/apache/kyuubi/engine/spark/monitor/entity/KyuubiStatementInfo.scala
@@ -32,8 +32,6 @@ import 
org.apache.kyuubi.operation.OperationState.OperationState
  * @param statement
  * @param appId
  * @param sessionId
- * @param queryExecution: contains physicalPlan, logicPlan and so on
- * @param exception
  * @param stateToTime: store this statement's every state and the time of 
occurrence
  */
 case class KyuubiStatementInfo(

Reply via email to