You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Prasad Nagaraj Subramanya (JIRA)" <ji...@apache.org> on 2017/08/09 20:27:00 UTC

[jira] [Created] (DRILL-5711) Incorrect operator profiles for queries on json files

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)