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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to