Files
impala/testdata/workloads/functional-query/queries/DataErrorsTest/hdfs-sequence-scan-errors.test
Matthew Jacobs 7558a4752b IMPALA-1502: Fix and re-enable broken data errors tests
Re-enables data error tests which were not being included in
run-tests.py. Broken tests were updated, with one exception which
is tracked by IMPALA-1862. Depends on a related change to
Impala-lzo.

Change-Id: I4c42498bdebf9155a8722695a3305b63ecc6e5f3
Reviewed-on: http://gerrit.cloudera.org:8080/194
Reviewed-by: Alex Behm <alex.behm@cloudera.com>
Tested-by: Internal Jenkins
2015-03-11 16:39:40 -07:00

17 lines
520 B
Plaintext

====
---- QUERY
select count(*) from functional_seq_snap.bad_seq_snap
---- ERRORS
Bad synchronization marker
Expected: '6e 91 6 ec be 78 a0 ac 72 10 7e 41 b4 da 93 3c '
Actual: '6e 91 6 78 78 78 a0 ac 72 10 7e 41 b4 da 93 3c '
Tried to read 896782 bytes but could only read 896777 bytes. This may indicate data file corruption. (file: hdfs://regex:.$
Problem parsing file: hdfs://regex:.$
Decompressor: invalid compressed length. Data is likely corrupt. (1 of 3 similar)
---- RESULTS
9434
---- TYPES
bigint
====