Skip to content

Fix MurmurHash3 file paths in LICENSE #965

Description

@manuzhang

The smhasher entry in LICENSE points to files that don't exist:

* src/iceberg/murmur3_internal.h and src/iceberg/murmur3_internal.cc are adapted from MurmurHash3.

The adapted code actually lives in:

  • src/iceberg/util/murmurhash3_internal.h
  • src/iceberg/util/murmurhash3_internal.cc

The paths have been wrong since the entry was added in #78, which created the files under util/ with the murmurhash3_ prefix. The 0.4.0-rc0 source release has the same stale entry.

Proposed fix: change that line to

* src/iceberg/util/murmurhash3_internal.h and src/iceberg/util/murmurhash3_internal.cc are adapted from MurmurHash3.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions