nileshrathi345 commented on code in PR #529: URL: https://github.com/apache/livy/pull/529#discussion_r3472216894
########## server/src/main/scala/org/apache/livy/server/batch/BatchSessionServlet.scala: ########## @@ -33,6 +33,7 @@ case class BatchSessionView( state: String, appId: Option[String], appInfo: AppInfo, + queue: Option[String], Review Comment: As per previous comment now No queue field has been added to BatchRecoveryMetadata, nothing is persisted to the state store, and the REST API Batch object is unchanged. The only observable behaviour change from LIVY-1059 is that batch.queue returns the resolved value during a live session created with the default conf fallback. -- 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]
