You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/01/15 23:27:47 UTC

[GitHub] sohami commented on a change in pull request #1611: DRILL-6971: Display query state in query result page

sohami commented on a change in pull request #1611: DRILL-6971: Display query state in query result page
URL: https://github.com/apache/drill/pull/1611#discussion_r248102188
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/AbstractDisposableUserClientConnection.java
 ##########
 @@ -73,6 +75,7 @@ public void sendResult(RpcOutcomeListener<Ack> listener, QueryResult result) {
 
     // Release the wait latch if the query is terminated.
     final QueryState state = result.getQueryState();
+    queryState = state.toString();
 
 Review comment:
   Not required as type of variable is reflecting that it's a string.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services