Manya0407 commented on code in PR #6656:
URL: https://github.com/apache/hive/pull/6656#discussion_r3893350936


##########
llap-server/src/java/org/apache/hadoop/hive/llap/cli/status/LlapStatusServiceDriver.java:
##########
@@ -404,6 +425,11 @@ private ExitCode populateAppStatusFromServiceStatus(String 
appName, ServiceClien
    */
   private ExitCode populateAppStatusFromLlapRegistry(AppStatusBuilder 
appStatusBuilder, long watchTimeoutMs)
       throws LlapStatusCliException {
+    return populateAppStatusFromLlapRegistry(appStatusBuilder, watchTimeoutMs, 
false);
+  }

Review Comment:
   Removed the unused 2-arg wrapper; run() calls the 3-arg version directly.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to