gyogal commented on code in PR #529:
URL: https://github.com/apache/livy/pull/529#discussion_r3482434316


##########
server/src/main/scala/org/apache/livy/server/batch/BatchSession.scala:
##########
@@ -137,6 +138,7 @@ object BatchSession extends Logging {
       m.owner,
       m.proxyUser,
       sessionStore,
+      None,

Review Comment:
   I think I now understand why the queue was added to the state store in the 
previous version, it was so that this value could be populated correctly. Is 
the queue in BatchSessions used by anything else other than the unit test?



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

Reply via email to