Skip to content

Commit

Permalink
backport security fixes PR so we can create a 5.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalkin committed Mar 1, 2024
1 parent bbcdd15 commit 14cf83b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ ItemsSketchSortedView<T> getSV() {
}

return new ItemsSketchSortedView(
quantiles, cumWeights, getN(), comparator, getMaxItem(), getMinItem(), getK());
quantiles, cumWeights, getN(), comparator, getMaxItem(), getMinItem());
}

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import java.lang.reflect.Array;
import java.util.Comparator;

import org.apache.datasketches.common.SketchesArgumentException;
import org.apache.datasketches.quantilescommon.GenericInequalitySearch.Inequality;
import org.apache.datasketches.quantilescommon.GenericPartitionBoundaries;
import org.apache.datasketches.quantilescommon.GenericSortedView;
Expand Down

0 comments on commit 14cf83b

Please sign in to comment.