You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2020/02/17 10:09:36 UTC

[GitHub] [hive] kgyrtkirk commented on a change in pull request #901: HIVE-22873 schq ident

kgyrtkirk commented on a change in pull request #901: HIVE-22873 schq ident
URL: https://github.com/apache/hive/pull/901#discussion_r380090132
 
 

 ##########
 File path: ql/src/java/org/apache/hadoop/hive/ql/scheduled/ScheduledQueryExecutionContext.java
 ##########
 @@ -55,4 +66,8 @@ public long getProgressReporterSleepTime() {
     return conf.getTimeVar(ConfVars.HIVE_SCHEDULED_QUERIES_EXECUTOR_PROGRESS_REPORT_INTERVAL, TimeUnit.MILLISECONDS);
   }
 
+  public String getExecutorHostName() {
 
 Review comment:
   you are right - this is not neccessary.
   I think permitting access to a final field is ok; I've removed the getter

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org