Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-1954

Update CSV Writer to treat a single RepeatedVarChar column as separate columns on output rather than Erroring

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.6.0, 0.7.0
    • Future
    • Storage - Text & CSV
    • None

    Description

      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)

      Attachments

        Issue Links

          Activity

            People

              paul-rogers Paul Rogers
              carygeo Cary Greenwood
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: