yaooqinn commented on code in PR #2641:
URL: https://github.com/apache/incubator-kyuubi/pull/2641#discussion_r873278152


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/operation/Operation.scala:
##########
@@ -49,4 +49,7 @@ trait Operation {
 object Operation {
   val DEFAULT_FETCH_ORIENTATION_SET: Set[FetchOrientation] =
     Set(FetchOrientation.FETCH_NEXT, FetchOrientation.FETCH_FIRST, 
FetchOrientation.FETCH_PRIOR)
+
+  val LAUNCH_ENGINE_GUID = "kyuubi.session.engine.launch.handle.guid"

Review Comment:
   what about add them to KyuubiReservedKeys



-- 
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