You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ya...@apache.org on 2021/07/15 07:01:57 UTC

[incubator-kyuubi] branch master updated: [MINOR] Remove useless param comment (#806)

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 <ya...@gmail.com>
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(