You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Thomas Tauber-Marshall (JIRA)" <ji...@apache.org> on 2018/10/16 22:25:00 UTC

[jira] [Resolved] (IMPALA-6935) test_analytic_fns failed during exhaustive build on RHEL7: AnalysisException: Couldn't evaluate LEAD/LAG offset

     [ https://issues.apache.org/jira/browse/IMPALA-6935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Tauber-Marshall resolved IMPALA-6935.
--------------------------------------------
    Resolution: Cannot Reproduce

This has only been seen once. I've tried various things to repro without success. If we see it again, we can reopen.

> 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
>            Priority: Critical
>
> 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org