Quanlong Huang created IMPALA-10248:
---------------------------------------
Summary: TestKuduOperations.test_column_storage_attributes on
exhaustive tests
Key: IMPALA-10248
URL: https://issues.apache.org/jira/browse/IMPALA-10248
Project: IMPALA
Issue Type: Bug
Reporter: Quanlong Huang
This is a reverse issue of IMPALA-9513. The failure is
{code:java}
query_test/test_kudu.py:472: 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'), datetime.date(2010, 1, 1),
'') != (0, True, 0, 0, 0, 0, 0.0, 0.0, '0', datetime.datetime(2009, 1, 1, 0,
0), 0, '2010-01-01', '')
E Use -v to get the full diff{code}
The difference to IMPALA-9513 is that it's expected to get a string
'2020-01-01' instead of the actual {{datetime.date(2010, 1, 1)}}. Maybe due to
the recent bumping of impyla version in IMPALA-10225.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]