Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 1.3
-
None
-
None
Description
create table perm(a int, b string); insert into perm(b, a) values("str", 1); select * from perm; Query: select * from perm ERRORS: Backend 0:Error converting column: 0 TO INT (Data is: foo) file: hdfs://localhost:20500/test-warehouse/hank.db/perm/a3434a92e7916052-a3961350052f90b6_768277005_data.0 record: foo 2 +------+---+ | a | b | +------+---+ | NULL | 2 | +------+---+ ERRORS: Backend 0:Error converting column: 0 TO INT (Data is: foo) file: hdfs://localhost:20500/test-warehouse/hank.db/perm/a3434a92e7916052-a3961350052f90b6_768277005_data.0 record: foo 2
Analysis is fine, but the columns aren't getting permuted correctly in the backend.