leerho commented on a change in pull request #377:
URL: https://github.com/apache/datasketches-java/pull/377#discussion_r766025456
##########
File path:
src/test/java/org/apache/datasketches/theta/CornerCaseThetaSetOperationsTest.java
##########
@@ -20,6 +20,8 @@
package org.apache.datasketches.theta;
import org.testng.annotations.Test;
+//import static org.apache.datasketches.Util.DEFAULT_UPDATE_SEED;
+//import static org.apache.datasketches.hash.MurmurHash3.hash;
Review comment:
These two imports are associated with some helper methods at the bottom
of the file, which are also commented out. These helper methods would aid a
reader in understanding how the various test hash values used in all the tests
are actually generated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]