runzhiwang commented on a change in pull request #235: [LIVY-666] Support named 
interpreter groups
URL: https://github.com/apache/incubator-livy/pull/235#discussion_r332297719
 
 

 ##########
 File path: 
server/src/test/scala/org/apache/livy/server/interactive/InteractiveSessionSpec.scala
 ##########
 @@ -74,8 +74,9 @@ class InteractiveSessionSpec extends FunSpec
       sessionStore, mockApp)
   }
 
-  private def executeStatement(code: String, codeType: Option[String] = None): 
JValue = {
-    val id = session.executeStatement(ExecuteRequest(code, codeType)).id
+  private def executeStatement(code: String, codeType: Option[String] = None, 
interpreterGroup:
+   Option[String] = None): JValue = {
 
 Review comment:
   indentation with two spaces

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to