You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "F Méthot (JIRA)" <ji...@apache.org> on 2016/09/30 13:00:23 UTC

[jira] [Created] (DRILL-4919) select count(1) on csv with header no longer works

F Méthot created DRILL-4919:
-------------------------------

             Summary: select count(1) on csv with header no longer works
                 Key: DRILL-4919
                 URL: https://issues.apache.org/jira/browse/DRILL-4919
             Project: Apache Drill
          Issue Type: Bug
          Components: Functions - Drill
    Affects Versions: 1.8.0
            Reporter: F Méthot
            Priority: Minor


Dataset (I used extended char for display purpose) test.csvh:

a,b,c,d\n
1,2,3,4\n
5,6,7,8\n

Storage config:
"csvh": {
  "type": "text",
  "extensions" : [
      "csvh"
   ],
   "extractHeader": true,
   "delimiter": ","
  }

select count(1) from dfs.`test.csvh`

Error: UNSUPPORTED_OPERATION ERROR: With extractHeader enabled, only header names are supported
coumn name columns
column index
Fragment 0:0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)