miklosgergely opened a new pull request #779: HIVE-22222 Clean up the error handling in Driver - get rid of global variables URL: https://github.com/apache/hive/pull/779 The error handling in Hive is done with some global variables for no apparent reason, as all the data that is gathered to described an exception are produced and used at the point where the exception occurred. Thus having global variables is misleading. Also imported the heavily used org.apache.hadoop.util.StringUtils instead of the only one time used org.apache.commons.lang.StringUtils, thus the former shouldn't be referenced everywhere with it's fully qualified class name.
---------------------------------------------------------------- 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]
