Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.8.0
-
ghx-label-5
Description
Kudu supports case sensitive table/column names while Impala (and Hive) do not (names get lower-cased).
Conflicting column names will cause problems for Impala, e.g.
table foo ( int Col, int col ) ... stored as Kudu
We should return an error when loading a table such as this.
Attachments
Issue Links
- is related to
-
IMPALA-5286 Query with Kudu col name w/ different casing from 'order by' fails
- Resolved