leerho commented on issue #510: URL: https://github.com/apache/datasketches-java/issues/510#issuecomment-1986702017
I will get back to you shortly. It turns out there are 6 places in the library where this would be relevant, and I hate to have you do all that work, so maybe I should do it. Here are the approximate relative locations: - .../filters/bloomfilter/BloomFilter.java:212: public void update(final byte[] data)... - .../hll/BaseHllSketch.java:363: public void update(final byte[] data)... - .../tuple/arrayofdoubles/ArrayOfDoublesUpdatableSketch.java:119: public void update(final byte[] key, final double[] values)... - .../tuple/UpdatableSketch.java:135: public void update(final byte[] key, final U value)... - .../theta/UnionImpl.java:479: public void update(final byte[] data)... - .../theta/UpdateSketch.java:271: public UpdateReturnState update(final byte[] data)... Are you still up for it? -- 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]
