Dmitry Lychagin created ASTERIXDB-2744:
------------------------------------------

             Summary: NullPointerException in 
BTreeAccessMethod.createKeyVarsAndExprs
                 Key: ASTERIXDB-2744
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2744
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: COMP - Compiler
    Affects Versions: 0.9.4.1
            Reporter: Dmitry Lychagin
            Assignee: Dmitry Lychagin
             Fix For: 0.9.5


NullPointerException in BTreeAccessMethod.createKeyVarsAndExprs when there's a 
composite index.

To reproduce:
{noformat}
create dataset TestOpen(c_id int64 not unknown) open type primary key c_id;
create index idx_xyz on TestOpen(c_x:string, c_y:int64, c_z:string);
select value t.c_value from TestOpen t where c_x = "x2" AND c_y > 1 AND c_z = 
"z2";
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to