askhatri commented on code in PR #384:
URL: https://github.com/apache/incubator-livy/pull/384#discussion_r1094128364
##########
client-common/src/main/java/org/apache/livy/client/common/HttpMessages.java:
##########
@@ -61,9 +61,10 @@ public static class SessionInfo implements ClientMessage {
public final String kind;
public final Map<String, String> appInfo;
public final List<String> log;
+ public final String ttl;
public SessionInfo(int id, String name, String appId, String owner, String
proxyUser,
Review Comment:
This constructor is not used in test classes and it is only one place in
InteractiveSessionServlet.scala so we can skip adding extra constructor I
believe.
--
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]