[
https://issues.apache.org/jira/browse/CARBONDATA-892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Venkata Ramana G resolved CARBONDATA-892.
-----------------------------------------
Resolution: Fixed
Fix Version/s: (was: 1.2.0-incubating)
1.1.0-incubating
> IndexOutOf Bound exception while running query with 2nd level sub-query
> -----------------------------------------------------------------------
>
> Key: CARBONDATA-892
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-892> Project: CarbonData
> Issue Type: Bug
> Components: sql
> Affects Versions: 0.2.0-incubating
> Reporter: Ramakrishna
> Assignee: Kunal Kapoor
> Priority: Minor
> Fix For: 1.1.0-incubating
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> select s_name, s_address from tpchcarbon_1.supplier where s_suppkey in (select ps_suppkey from tpchcarbon_1.partsupp where ps_partkey in (select p_partkey from tpchcarbon_1.part where p_name like 'forest%')) limit 10;
> Error: java.lang.IndexOutOfBoundsException: 0 (state=,code=0)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)