You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Chun Chang (JIRA)" <ji...@apache.org> on 2014/10/31 02:27:33 UTC

[jira] [Created] (DRILL-1620) For json type, need to implement count([]), count({}) for list type

Chun Chang created DRILL-1620:
---------------------------------

             Summary: For json type, need to implement count([]), count({}) for list type
                 Key: DRILL-1620
                 URL: https://issues.apache.org/jira/browse/DRILL-1620
             Project: Apache Drill
          Issue Type: Bug
          Components: Functions - Drill
    Affects Versions: 0.7.0
            Reporter: Chun Chang


#Wed Oct 29 09:57:56 PDT 2014
git.commit.id.abbrev=2871c3b

For something like:
{"a":[1, 2, 3],
 "o":{"a":{"b":1}}
}

count(a) and count(o) will fail. No function definition for these list types yet.



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