Regression introduced from HIVE-2155 ------------------------------------ Key: HIVE-2281 URL: https://issues.apache.org/jira/browse/HIVE-2281 Project: Hive Issue Type: Bug Reporter: Syed S. Albiz Assignee: Syed S. Albiz
EXPLAIN SELECT key, count(1) FROM src; throws a null pointer exception due to the operator stack not being checked prior to use for constructing the error message, due to the change introduced in HIVE-2155 to improve error message context tokens. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira