David Knupp created IMPALA-6935:
-----------------------------------
Summary: test_analytic_fns failed during exhaustive build on
RHEL7: AnalysisException: Couldn't evaluate LEAD/LAG offset
Key: IMPALA-6935
URL: https://issues.apache.org/jira/browse/IMPALA-6935
Project: IMPALA
Issue Type: Bug
Components: Backend
Affects Versions: Impala 2.13.0
Reporter: David Knupp
Stacktrace
{noformat}
query_test/test_queries.py:53: in test_analytic_fns
self.run_test_case('QueryTest/analytic-fns', vector)
common/impala_test_suite.py:398: in run_test_case
result = self.__execute_query(target_impalad_client, query, user=user)
common/impala_test_suite.py:613: in __execute_query
return impalad_client.execute(query, user=user)
common/impala_connection.py:160: in execute
return self.__beeswax_client.execute(sql_stmt, user=user)
beeswax/impala_beeswax.py:173: in execute
handle = self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:339: in __execute_query
handle = self.execute_query_async(query_string, user=user)
beeswax/impala_beeswax.py:335: in execute_query_async
return self.__do_rpc(lambda: self.imp_service.query(query,))
beeswax/impala_beeswax.py:460: in __do_rpc
raise ImpalaBeeswaxException(self.__build_error_message(b), b)
E ImpalaBeeswaxException: ImpalaBeeswaxException:
E INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
E MESSAGE: IllegalStateException: Failed analysis after expr substitution.
E CAUSED BY: AnalysisException: Couldn't evaluate LEAD/LAG offset: couldn't
execute expr 87
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)