Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-881

Join between a JSON file and a parquet file fails with unsupported exception

    XMLWordPrintableJSON

Details

    Description

      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

      Attachments

        Activity

          People

            inramana Ramana Inukonda Nagaraj
            inramana Ramana Inukonda Nagaraj
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: