You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/07/13 00:25:05 UTC

[jira] [Updated] (DRILL-881) Join between a JSON file and a parquet file fails with unsupported exception

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

Jacques Nadeau updated DRILL-881:
---------------------------------

    Assignee: Ramana Inukonda Nagaraj  (was: Jinfeng Ni)

> Join between a JSON file and a parquet file fails with unsupported exception
> ----------------------------------------------------------------------------
>
>                 Key: DRILL-881
>                 URL: https://issues.apache.org/jira/browse/DRILL-881
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Query Planning & Optimization
>            Reporter: Ramana Inukonda Nagaraj
>            Assignee: Ramana Inukonda Nagaraj
>             Fix For: 1.0.0-BETA1
>
>
> select c_json.firstName from `json_storage/crossData.json` c_json,`tpch-multi/customer` c where c.C_CUSTKEY=c_json.id;
> The following queries work:
> select c_json.firstName from `json_storage/crossData.json` c_json;
> select c.C_CUSTKEY from `tpch-multi/customer` c;
> So its not a problem with the data sources



--
This message was sent by Atlassian JIRA
(v6.2#6252)