mirror of
https://github.com/apache/impala.git
synced 2026-01-08 12:02:54 -05:00
Change-Id: I0d1b041695c0d61b8c4994833f0a703e3bfa9c6a Reviewed-on: http://gerrit.ent.cloudera.com:8080/278 Reviewed-by: Skye Wanderman-Milne <skye@cloudera.com> Tested-by: Skye Wanderman-Milne <skye@cloudera.com>
17 lines
1.1 KiB
Plaintext
17 lines
1.1 KiB
Plaintext
====
|
|
---- QUERY
|
|
select count(*) from functional_seq_snap.bad_seq_snap
|
|
---- ERRORS
|
|
Problem parsing file hdfs: test-warehouse/bad_seq_snap_seq_snap/bad_file at offset 899514: 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 '
|
|
Problem parsing file hdfs: test-warehouse/bad_seq_snap_seq_snap/bad_file at offset 1784692: Decompressor: invalid compressed length. Data is likely corrupt.
|
|
Problem parsing file hdfs: test-warehouse/bad_seq_snap_seq_snap/bad_file at offset 1790812: Decompressor: invalid compressed length. Data is likely corrupt.
|
|
Problem parsing file hdfs: test-warehouse/bad_seq_snap_seq_snap/bad_file at offset 1791562: Decompressor: invalid compressed length. Data is likely corrupt.
|
|
Problem parsing file hdfs: test-warehouse/bad_seq_snap_seq_snap/bad_file at end of file: Tried to read 896782 bytes but could only read 896777 bytes. This may indicate data file corruption. (file: hdfs: test-warehouse/bad_seq_snap_seq_snap/bad_file, byte offset: 2691508)
|
|
---- TYPES
|
|
bigint
|
|
---- RESULTS
|
|
9434
|
|
====
|