blob: 1fe185dcda4832ffaffef6654ba295d19de4a74a [file] [log] [blame]
====
---- QUERY
# IMPALA-4363: Verify that if an out of range parquet timestamp is read,
# it's treated as a NULL and a warning is issued.
SELECT * FROM out_of_range_timestamp;
---- TYPES
TIMESTAMP
---- RESULTS
NULL
1400-01-01 00:00:00
9999-12-31 00:00:00
NULL
---- ERRORS
Parquet file '$NAMENODE/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. (1 of 2 similar)
====