nileshrathi345 commented on code in PR #529:
URL: https://github.com/apache/livy/pull/529#discussion_r3496619688
##########
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 have removed the parameter from BatchSession.recover and updated the unit
tests in BatchSessionSpec to verify that the queue configuration is correctly
resolved via the mockApp lifecycle instead. This keeps the recovery metadata
schema unchanged and simplifies the PR as suggested.
--
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]