simhadri-g commented on a change in pull request #1755:
URL: https://github.com/apache/hive/pull/1755#discussion_r539081553
##########
File path:
llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/AMReporter.java
##########
@@ -541,6 +551,14 @@ boolean isDone() {
return isDone.get();
}
+ void setIsExtCliRequest(boolean val) {
+ isExtCliRequest.set(val);
Review comment:
Sure, I have changed the names to isExternalClientRequest in the recent
commit.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]