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


##########
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:
   It might be possible to remove this and change the unit test in 
BatchSessionSpec to verify that the queue is set via the mockApp. I am not 
entirely sure though, but if that is the case this PR could be further 
simplified.



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