-
Type:
Bug
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: Impala 3.4.0
-
Fix Version/s: Impala 4.0, Impala 3.4.0
-
Component/s: None
-
Labels:
-
Target Version:
-
Epic Color:ghx-label-11
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/.