Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable KllSketch memory test for strings
It seems later JVMs have drasitically improved their String representations. However, the string test is a bit of a wash because the estimated size entirely depends upon the strings which are used as input to the sketch. I think it's ok for this test to not be accurate for string-typed arguments for now.
- Loading branch information