Tianyi Wang created IMPALA-7192:
-----------------------------------
Summary: test_timestamp_out_of_range doesn't fail on invalid
timestamp
Key: IMPALA-7192
URL: https://issues.apache.org/jira/browse/IMPALA-7192
Project: IMPALA
Issue Type: Bug
Components: Backend
Affects Versions: Impala 3.1.0
Reporter: Tianyi Wang
Assignee: Taras Bobrovytsky
It's an ASAN build
{noformat}
07:29:23 TestParquet.test_timestamp_out_of_range[exec_option: {'batch_size':
0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen':
True, 'abort_on_error': 1, 'debug_action':
'-1:OPEN:[email protected]',
'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
07:29:23 [gw6] linux2 -- Python 2.7.5
/data/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/bin/../infra/python/env/bin/python
07:29:23 query_test/test_scanners.py:316: in test_timestamp_out_of_range
07:29:23 vector, unique_database)
07:29:23 common/impala_test_suite.py:420: in run_test_case
07:29:23 assert False, "Expected exception: %s" % expected_str
07:29:23 E AssertionError: Expected exception: Parquet file
'hdfs://localhost:20500/test-warehouse/$DATABASE.db/out_of_range_timestamp/out_of_range_timestamp.parquet'
column 'ts' contains an out of range timestamp. The valid date range is
1400-01-01..9999-12-31.
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)