Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.0
-
None
Description
Doing a create table with same column in different case results in a runtime exception. This query should fail at planning or parsing.
CREATE TABLE drill_parquet_mulCaseColumns3 as select cast( BIGINT_col as bigint) BIGINT_col,cast( DECIMAL9_col as decimal) bigint_col FROM dfs.`/user/root/alltypes.json`;
Attachments
Attachments
Issue Links
- is depended upon by
-
DRILL-1911 Querying same field multiple times with different case would hit memory leak and return incorrect result.
- Resolved
-
DRILL-1943 Handle aliases and column names that differ in case only
- Resolved