This is an automated email from the ASF dual-hosted git repository.

leerho pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git


    from 1b9e7027 Merge pull request #259 from apache/Redo_var_names
     add 05b76b0e Investigate Hash bug
     add 38df8a7b Only change required to fix the Hash Bug.
     add 1902d177 Added additional MurmurHash3 tests, especially to catch the 
Hash bug.
     new e9f998a1 Merge pull request #260 from apache/hash_bug

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../memory/internal/MurmurHash3v4.java             |   2 +-
 ...rmurHash3v3Test.java => MurmurHash3v4Test.java} |   6 +-
 .../memory/internal/MurmurHash3v4bTest.java        | 428 +++++++++++++++++++++
 3 files changed, 432 insertions(+), 4 deletions(-)
 rename 
src/test/java/org/apache/datasketches/memory/internal/{MurmurHash3v3Test.java 
=> MurmurHash3v4Test.java} (99%)
 create mode 100644 
src/test/java/org/apache/datasketches/memory/internal/MurmurHash3v4bTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to