SourabhBadhya commented on code in PR #3457:
URL: https://github.com/apache/hive/pull/3457#discussion_r933135808


##########
ql/src/java/org/apache/hadoop/hive/ql/HookRunner.java:
##########
@@ -56,6 +57,7 @@ public class HookRunner {
   HookRunner(HiveConf conf, SessionState.LogHelper console) {
     this.conf = conf;
     this.hooks = new HiveHooks(conf, console);
+    addNecessaryHooks();

Review Comment:
   `addNecessaryHooks()` will have all the hooks that are absolutely required 
from now on. Thought this would be a good way to go about. But let me know if 
this function is required so that I can change it.



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