clintropolis commented on code in PR #14542:
URL: https://github.com/apache/druid/pull/14542#discussion_r1260795291
##########
extensions-core/datasketches/src/test/java/org/apache/druid/query/aggregation/datasketches/hll/HllSketchAggregatorTest.java:
##########
@@ -98,6 +110,12 @@ public static Collection<?> constructorFeeder()
return constructors;
}
+ @After
+ public void teardown() throws IOException
+ {
+ closer.close();
+ }
+
Review Comment:
yeah, you caught me being pretty lazy to write these tests in the
easiest/fastest way i could come up with, will look into improving this
--
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]