leerho commented on code in PR #689:
URL: https://github.com/apache/datasketches-java/pull/689#discussion_r2418273540
##########
src/test/java/org/apache/datasketches/theta/DirectIntersectionTest.java:
##########
@@ -374,55 +374,55 @@
public void checkOverflow() {
final int lgK = 9; //512
final int k = 1<<lgK;
- Intersection inter;
- UpdateSketch sk1;
- final UpdateSketch sk2;
- final CompactSketch comp1;
+ ThetaIntersection inter;
+ UpdatableThetaSketch sk1;
+ final UpdatableThetaSketch sk2;
+ final CompactThetaSketch comp1;
Review Comment:
his was in Test, so pretty harmless, nonetheless:
Removed unused var & removed unused SuppressWarnings("unused").
--
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]