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 "Norbert Luksa (Jira)" <ji...@apache.org> on 2020/03/16 14:53:00 UTC

[jira] [Created] (IMPALA-9513) query_test.test_kudu.TestKuduOperations.test_column_storage_attributes fails on exhaustive tests

Norbert Luksa created IMPALA-9513:
-------------------------------------

             Summary: query_test.test_kudu.TestKuduOperations.test_column_storage_attributes fails on exhaustive tests
                 Key: IMPALA-9513
                 URL: https://issues.apache.org/jira/browse/IMPALA-9513
             Project: IMPALA
          Issue Type: Bug
            Reporter: Norbert Luksa


Encountered the mentioned test failures in recent exhaustive tests. The failed assertion is: 
{code:java}
query_test/test_kudu.py:436: in test_column_storage_attributes assert cursor.fetchall() == \ E assert [(0, True, 0, 0, 0, 0, ...)] == [(0, True, 0, 0, 0, 0, ...)] E At index 0 diff: (0, True, 0, 0, 0, 0, 0.0, 0.0, '0', datetime.datetime(2009, 1, 1, 0, 0), Decimal('0'), '2010-01-01') != (0, True, 0, 0, 0, 0, 0.0, 0.0, '0', datetime.datetime(2009, 1, 1, 0, 0), 0, datetime.date(2010, 1, 1)) E
{code}

Looks like it is caused by IMPALA-8800.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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