Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 1.1
-
None
-
None
Description
Cannot query RC file for table that has more columns than what exists in the data file.
Repro:
- Create RCfile table
- Add a column using ALTER TABLE table ADD COLUMNS (...)
- SELECT * FROM table
Failed with error:
Unexpected hive.io.rcfile.column.number value! Expected value >= 5, got 4