huianyi commented on a change in pull request #238: [LIVY-689] Deliver stage 
process message to the end user using thriftserver
URL: https://github.com/apache/incubator-livy/pull/238#discussion_r329007943
 
 

 ##########
 File path: 
thriftserver/server/src/main/scala/org/apache/livy/thriftserver/LivyThriftSessionManager.scala
 ##########
 @@ -196,7 +196,7 @@ class LivyThriftSessionManager(val server: 
LivyThriftServer, val livyConf: LivyC
       sessionHandle: SessionHandle,
       livySession: InteractiveSession,
       initStatements: List[String]): Unit = {
-    val rpcClient = new RpcClient(livySession)
+    val rpcClient = new RpcClient(livySession, None)
 
 Review comment:
   Do you think it might be better if we can seprate object `operationMessage` 
as a class out of `LivyExecuteStatementOperation`? Then we don not need deliver 
it to others.

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