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

MurmurHash128Bit can read the wrong field data

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.9.9
    • 0.9.9
    • OTH - Other

    Description

      The hash computer (namely MurmurHash128Bit) reads dummy field data as follows:

      tuple.getFieldData(DUMMY_FIELD) 

      PKs in columnar tuples are stored in different buffers. Thus, the current implementation of MurmurHash128Bit will always read the data of the first PK even if the second PK is required.

      Attachments

        Activity

          People

            wyk Wail Y. Alkowaileet
            wyk Wail Y. Alkowaileet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: