mirror of
https://github.com/apache/impala.git
synced 2026-01-08 12:02:54 -05:00
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
17 lines
520 B
Plaintext
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
|
|
====
|