Prasad Nagaraj Subramanya created DRILL-5711:
------------------------------------------------

             Summary: Incorrect operator profiles for queries on json files
                 Key: DRILL-5711
                 URL: https://issues.apache.org/jira/browse/DRILL-5711
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - JSON
    Affects Versions: 1.11.0
            Reporter: Prasad Nagaraj Subramanya


1) Join query on two json files
{code}
select ps.ps_suppkey from dfs.`testData/json/part` as p, 
dfs.`testData/json/partsupp` as ps where p.p_partkey = ps.ps_partkey;
{code}

2) Check the query profile
a) JSON_SUB_SCAN type incorrectly ordered
b) Missing SCREEN type



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to