ganlute opened a new pull request, #3485:
URL: https://github.com/apache/hive/pull/3485

   … been called and close called.
   
   ### What changes were proposed in this pull request?
   When the operator has not been called to initialize, and it is called to 
close, exception will happen.
   I fix it by check conf is null so that the close could be finished. It work 
well in my cluster. 
   However, I am not sure, it may be a better way to skip close if the operator 
has not been initialized ?
   
   ### Why are the changes needed?
   I think it may be a bug.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   1. unit test passed.
   2. apply the patch to cluster and task passed. 
   


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