Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-2744

NullPointerException in BTreeAccessMethod.createKeyVarsAndExprs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.9.4.1
    • 0.9.5
    • COMP - Compiler
    • None

    Description

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

      To reproduce:

      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";
      

      Attachments

        Activity

          People

            dlychagin-cb Dmitry Lychagin
            dlychagin-cb Dmitry Lychagin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: