leerho commented on code in PR #541:
URL: https://github.com/apache/datasketches-java/pull/541#discussion_r1556386729
##########
src/main/java/org/apache/datasketches/kll/KllHeapFloatsSketch.java:
##########
@@ -272,13 +286,12 @@ void incNumLevels() {
void setFloatItemsArrayAt(final int index, final float item) {
this.floatItems[index] = item; }
@Override
- void setLevelZeroSorted(final boolean sorted) { this.isLevelZeroSorted =
sorted; }
-
- @Override
- void setMaxItem(final float item) { this.maxFloatItem = item; }
-
+ void setFloatItemsArrayAt(final int dstIndex, final float[] srcItems, final
int srcOffset, final int length) { //TODO
Review Comment:
Fixed again, now on the right branch!
--
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]