Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
git.commit.id.abbrev=70fab8c
Follow the below steps :
create view v1 as select * from `dfs/parquet/rankings`;
select pageRank from v1;
The query fails with the below error :
message: "Failure while parsing sql. < IndexOutOfBoundsException:[ Index: 1, Size: 1 ]"
This looks like a known issue. However I couldn't find any bug related to it.
Attachments
Attachments
Issue Links
- Is contained by
-
DRILL-931 Wildcard queries cause problems in certain schemaless situations
- Resolved