You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (JIRA)" <ji...@apache.org> on 2018/05/14 18:21:00 UTC

[jira] [Created] (IMPALA-7022) TestQueries.test_subquery: Subquery must not return more than one row

Joe McDonnell created IMPALA-7022:
-------------------------------------

             Summary: TestQueries.test_subquery: Subquery must not return more than one row
                 Key: IMPALA-7022
                 URL: https://issues.apache.org/jira/browse/IMPALA-7022
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 2.13.0, Impala 3.1.0
            Reporter: Joe McDonnell


Seen on master and on 2.x based branches on exhaustive tests:
{noformat}
Error Message
query_test/test_queries.py:102: in test_subquery     self.run_test_case('QueryTest/subquery', vector) common/impala_test_suite.py:408: in run_test_case     self.__verify_exceptions(test_section['CATCH'], str(e), use_db) common/impala_test_suite.py:286: in __verify_exceptions     (expected_str, actual_str) E   AssertionError: Unexpected exception string. Expected: Query aborted:Subquery must not return more than one row: SELECT bigint_col FROM functional.alltypes_view E   Not found in actual: ImpalaBeeswaxException: INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'> MESSAGE: Subquery must not return more than one row: SELECT bigint_col FROM functional.alltypes_view
Stacktrace
query_test/test_queries.py:102: in test_subquery
    self.run_test_case('QueryTest/subquery', vector)
common/impala_test_suite.py:408: in run_test_case
    self.__verify_exceptions(test_section['CATCH'], str(e), use_db)
common/impala_test_suite.py:286: in __verify_exceptions
    (expected_str, actual_str)
E   AssertionError: Unexpected exception string. Expected: Query aborted:Subquery must not return more than one row: SELECT bigint_col FROM functional.alltypes_view
E   Not found in actual: ImpalaBeeswaxException: INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'> MESSAGE: Subquery must not return more than one row: SELECT bigint_col FROM functional.alltypes_view{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)