Neer393 commented on PR #5917:
URL: https://github.com/apache/hive/pull/5917#issuecomment-3028087561

   @deniskuzZ I made all the changes as per requested by you.
   The only concern I have is here
   `throwException = !ifExists && !HiveConf.getBoolVar(conf, 
ConfVars.DROP_IGNORES_NON_EXISTENT);`
   
   I checked and found that the default value of this configuration is true. So 
a user running hive with default configuration would not get an error when he 
tries to drop a scheduled query which does not exist.
   So if this sounds okay to you, we can move forward


-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to