kkhatua 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_r247366089
##########
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:
Should this be labelled as `queryStateAsStr` since we already have a `state`
variable in the same block's context?
----------------------------------------------------------------
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