[jira] [Created] (CARBONDATA-892) IndexOutOf Bound exception while running query with 2nd level sub-query

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-892) IndexOutOf Bound exception while running query with 2nd level sub-query

Akash R Nilugal (Jira)
Ramakrishna created CARBONDATA-892:
--------------------------------------

             Summary: 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
            Priority: Minor
             Fix For: 1.2.0-incubating


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)