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

NullPointerException in BTreeAccessMethod.createKeyVarsAndExprs

Agile BoardAttach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          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:

              Slack

                Issue deployment