mirror of
https://github.com/apache/impala.git
synced 2026-01-04 18:00:57 -05:00
Fixed data loading bugs, moved most tables out of load-dependent-tables
This commit is contained in:
committed by
Henry Robinson
parent
7584312540
commit
831ee529be
@@ -174,7 +174,7 @@ int, int, int, boolean, tinyint, smallint, int, bigint, float, double, string, s
|
||||
2009,3,29,false,9,9,NULL,90,9,90.90000000000001,'03/01/09','9',2012-03-22 00:00:00
|
||||
====
|
||||
---- QUERY
|
||||
select count(*) from functional_text_lzo.bad_text
|
||||
select count(*) from functional_text_lzo.bad_text_lzo
|
||||
---- ERRORS
|
||||
Blocksize: 536870911 is greater than MAX_BLOCK_SIZE: 67108864
|
||||
---- TYPES
|
||||
|
||||
@@ -10,7 +10,7 @@ Format error in record or block header at offset: 1784325
|
||||
Format error in record or block header at offset: 1790563
|
||||
Format error in record or block header at offset: 1791244
|
||||
Format error in record or block header at end of file.
|
||||
First error while processing: hdfs: test-warehouse/bad_seq_snap/bad_file at offset: 899514
|
||||
First error while processing: hdfs: test-warehouse/bad_seq_snap_seq_snap/bad_file at offset: 899514
|
||||
---- TYPES
|
||||
bigint
|
||||
---- RESULTS
|
||||
|
||||
Reference in New Issue
Block a user