Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 3.4.0
-
None
-
ghx-label-11
Description
Encountered the mentioned test failures in recent exhaustive tests. The failed assertion is:
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
Looks like it is caused by https://gerrit.cloudera.org/#/c/14705/.