You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Matthias Fischer (JIRA)" <ji...@apache.org> on 2015/07/29 16:04:06 UTC

[jira] [Commented] (DRILL-1954) Update CSV Writer to treat a single RepeatedVarChar column as separate columns on output rather than Erroring

    [ https://issues.apache.org/jira/browse/DRILL-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14646070#comment-14646070 ] 

Matthias Fischer commented on DRILL-1954:
-----------------------------------------

I have exactly the same issue. Would love to see it fixed soon as I want to query CSV files with lots of columns...

BTW: As a new drill user it took me quite some time to figure out how to export data from a select to CSV file and then I ran into this error. I think it would be good to document this in the getting started section?!

> Update CSV Writer to treat a single RepeatedVarChar column as separate columns on output rather than Erroring
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-1954
>                 URL: https://issues.apache.org/jira/browse/DRILL-1954
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Storage - Text & CSV
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Cary Greenwood
>            Assignee: Steven Phillips
>             Fix For: Future
>
>
> 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/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)