You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2014/11/21 05:04:33 UTC

[jira] [Updated] (DRILL-1771) Doing a flatten along with selecting a column from a subquery which does a flatten over kvgen results in a planning error

     [ https://issues.apache.org/jira/browse/DRILL-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rahul Challapalli updated DRILL-1771:
-------------------------------------
    Attachment: error.log

> Doing a flatten along with selecting a column from a subquery which does a flatten over kvgen results in a planning error
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-1771
>                 URL: https://issues.apache.org/jira/browse/DRILL-1771
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill, Storage - JSON
>            Reporter: Rahul Challapalli
>         Attachments: error.log
>
>
> git.commit.id.abbrev=108d29f
> Dataset :
> {code}
> {"map":{"rm": [ {"rptd": [{ "a": "foo"}]}]}}
> {code}
> Query :
> {code}
> select sub.fk.key, flatten(sub.fk.`value`) from (select flatten(kvgen(map)) fk from `json_kvgenflatten/nested3.json` limit 1) sub;
> Query failed: Failure while setting up Foreman.
> Error: exception while executing query: Failure while executing query. (state=,code=0)
> {code}
> I attached the error log. Let me know if you need anything more



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