abstractdog commented on PR #3867: URL: https://github.com/apache/hive/pull/3867#issuecomment-1354956057
please let's not revert HIVE-21923, it has fixed an issue and refactored an awful test class if we're sure that it cause the exception: ``` In TestSQL11ReservedKeyWordsNegative, this is also failing. Kindly have a look : java.lang.NullPointerException: Conf non-local session path expected to be non-null at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:228) at org.apache.hadoop.hive.ql.session.SessionState.getHDFSSessionPath(SessionState.java:822) at org.apache.hadoop.hive.ql.Context.<init>(Context.java:312) at org.apache.hadoop.hive.ql.Context.<init>(Context.java:298) at org.apache.hadoop.hive.ql.parse.TestSQL11ReservedKeyWordsNegative.parse(TestSQL11ReservedKeyWordsNegative.java:52) at org.apache.hadoop.hive.ql.parse.TestSQL11ReservedKeyWordsNegative.access$000(TestSQL11ReservedKeyWordsNegative.java:40) at org.apache.hadoop.hive.ql.parse.TestSQL11ReservedKeyWordsNegative$TestSQL11ReservedKeyWordsNegativeParametrized.testNegative(TestSQL11ReservedKeyWordsNegative.java:104) ``` let's fix it, let me take a look -- 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]
