leerho commented on a change in pull request #369:
URL: https://github.com/apache/datasketches-java/pull/369#discussion_r740573041
##########
File path: src/main/java/org/apache/datasketches/tuple/QuickSelectSketch.java
##########
@@ -51,7 +51,7 @@
private int lgCurrentCapacity_;
private final int lgResizeFactor_;
private int count_;
- private final SummaryFactory<S> summaryFactory_;
+ //private final SummaryFactory<S> summaryFactory_;
Review comment:
It is not needed here as it is already in the parent "Sketch"
--
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]