You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Sean Hsuan-Yi Chu (JIRA)" <ji...@apache.org> on 2015/02/03 03:00:36 UTC

[jira] [Created] (DRILL-2146) Flatten Function on two layer deep field fails to plan

Sean Hsuan-Yi Chu created DRILL-2146:
----------------------------------------

             Summary: Flatten Function on two layer deep field fails to plan
                 Key: DRILL-2146
                 URL: https://issues.apache.org/jira/browse/DRILL-2146
             Project: Apache Drill
          Issue Type: Bug
          Components: Query Planning & Optimization
            Reporter: Sean Hsuan-Yi Chu
            Assignee: Sean Hsuan-Yi Chu


Use the same data in DRILL-2012 to run this query:

select flatten(j.batters.batter) bb 
from dfs_test.`%s` j where j.type = 'donut'

fails to plan.



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