You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ramakrishna (JIRA)" <ji...@apache.org> on 2017/04/10 12:46:41 UTC

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

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)