You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Anurag Mantripragada (JIRA)" <ji...@apache.org> on 2019/07/03 23:21:00 UTC

[jira] [Closed] (IMPALA-8730) Multiple test failures in S3 due to incorrect loading of functional.alltypes

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

Anurag Mantripragada closed IMPALA-8730.
----------------------------------------
    Resolution: Not A Bug

Multiple other tests failed. This is probably a data loading issue on S3. Closing this for now.

> Multiple test failures in S3 due to incorrect loading of functional.alltypes
> ----------------------------------------------------------------------------
>
>                 Key: IMPALA-8730
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8730
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 3.3.0
>            Reporter: Anurag Mantripragada
>            Assignee: Fang-Yu Rao
>            Priority: Critical
>              Labels: broken-build
>
> Could be a data loading issue, cardinality estimates are off. 
> Below is the error message:
> {code:java}
> metadata/test_explain.py:113: in test_explain_validate_cardinality_estimates     check_cardinality(result.data, '7.30K') metadata/test_explain.py:98: in check_cardinality     query_result, expected_cardinality=expected_cardinality) metadata/test_explain.py:86: in check_row_size_and_cardinality     assert m.groups()[1] == expected_cardinality E   assert '7.00K' == '7.30K' E     - 7.00K E     ?   ^ E     + 7.30K E     ?   ^{code}
>  



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