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:
[email protected]
With regards,
Apache Git Services