pan3793 commented on code in PR #3185:
URL: https://github.com/apache/incubator-kyuubi/pull/3185#discussion_r940895465


##########
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/events/SparkOperationEvent.scala:
##########
@@ -29,23 +29,23 @@ import org.apache.kyuubi.events.KyuubiEvent
 /**
  * A [[SparkOperationEvent]] used to tracker the lifecycle of an operation at 
Spark SQL Engine side.
  * <ul>
- *   <li>Operation Basis</li>
- *   <li>Operation Live Status</li>
- *   <li>Parent Session Id</li>
+ * <li>Operation Basis</li>
+ * <li>Operation Live Status</li>
+ * <li>Parent Session Id</li>
  * </ul>
  *
- * @param statementId the unique identifier of a single operation
- * @param statement the sql that you execute
+ * @param statementId    the unique identifier of a single operation
+ * @param statement      the sql that you execute
  * @param shouldRunAsync the flag indicating whether the query runs 
synchronously or not
- * @param state the current operation state
- * @param eventTime the time when the event created & logged
- * @param createTime the time for changing to the current operation state
- * @param startTime the time the query start to time of this operation
- * @param completeTime time time the query ends
- * @param exception: caught exception if have
- * @param sessionId the identifier of the parent session
- * @param sessionUser the authenticated client user
- * @param executionId the query execution id of this operation
+ * @param state          the current operation state
+ * @param eventTime      the time when the event created & logged
+ * @param createTime     the time for changing to the current operation state
+ * @param startTime      the time the query start to time of this operation
+ * @param completeTime   time time the query ends
+ * @param exception      : caught exception if have

Review Comment:
   nit



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to