SteNicholas commented on a change in pull request #1966:
URL: https://github.com/apache/incubator-kyuubi/pull/1966#discussion_r812911191
##########
File path:
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiReservedKeys.scala
##########
@@ -20,4 +20,5 @@ package org.apache.kyuubi.config
object KyuubiReservedKeys {
final val KYUUBI_SESSION_USER_KEY = "kyuubi.session.user"
final val KYUUBI_STATEMENT_ID_KEY = "kyuubi.statement.id"
+ final val KYUUBI_ENGINE_SUBMIT_TIME_KEY = "kyuubi.engine.submitTime"
Review comment:
```suggestion
final val KYUUBI_ENGINE_SUBMIT_TIME_KEY = "kyuubi.engine.submit.time"
```
--
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]