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.
The smhasher entry in
LICENSEpoints to files that don't exist:The adapted code actually lives in:
src/iceberg/util/murmurhash3_internal.hsrc/iceberg/util/murmurhash3_internal.ccThe paths have been wrong since the entry was added in #78, which created the files under
util/with themurmurhash3_prefix. The 0.4.0-rc0 source release has the same stale entry.Proposed fix: change that line to