Cary Greenwood created DRILL-1954:
-------------------------------------
Summary: CREATE TABLE CSV Query Fails - Repeated Types Not
Supported
Key: DRILL-1954
URL: https://issues.apache.org/jira/browse/DRILL-1954
Project: Apache Drill
Issue Type: Bug
Reporter: Cary Greenwood
I am experiencing this error when attempting to create a table. When the same
query is executed using SELECT * the results display fine.
0: jdbc:drill:zk=local> CREATE TABLE fcc_cell AS select * from
dfs.`/Users/carygreenwood/Documents/fcc/fcc_lic_vw.csv` WHERE columns[10] IN
('"Mobile/Fixed Broadband"', '"Fixed Wireless"') AND columns[17] = '"A"';
Query failed: Query stopped., Repeated types are not supported. [
cd76d8fd-b00e-47d5-962c-6566381b17fb on 192.168.1.4:31010 ]
Error: exception while executing query: Failure while executing query.
(state=,code=0)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)