You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Ramana Inukonda Nagaraj (JIRA)" <ji...@apache.org> on 2014/05/31 01:34:01 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14014362#comment-14014362 ] 

Ramana Inukonda Nagaraj commented on DRILL-881:
-----------------------------------------------

See the following exception in Lilith.

java.lang.UnsupportedOperationException
	org.apache.drill.exec.vector.allocator.VectorAllocator.getAllocator(VectorAllocator.java:49) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
	org.apache.drill.exec.test.generated.PartitionerGen0$OutgoingRecordBatch.initializeBatch(PartitionerTemplate.java:300) ~[na:na]
	org.apache.drill.exec.test.generated.PartitionerGen0.setup(PartitionerTemplate.java:87) ~[na:na]
	org.apache.drill.exec.physical.impl.partitionsender.PartitionSenderRootExec.createPartitioner(PartitionSenderRootExec.java:186) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
	org.apache.drill.exec.physical.impl.partitionsender.PartitionSenderRootExec.next(PartitionSenderRootExec.java:122) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
	org.apache.drill.exec.work.fragment.FragmentExecutor.run(FragmentExecutor.java:98) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
	java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_45]
	java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_45]
	java.lang.Thread.run(Thread.java:744) [na:1.7.0_45]

git.commit.id.abbrev=e1e5ea0

> 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
>
> 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)