jaykanakiya commented on code in PR #19146:
URL: https://github.com/apache/druid/pull/19146#discussion_r2961346722
##########
processing/src/test/java/org/apache/druid/guice/BuiltInTypesModuleTest.java:
##########
@@ -56,10 +56,11 @@ public static void setup()
DimensionHandlerUtils.DIMENSION_HANDLER_PROVIDERS.remove(NestedDataComplexTypeSerde.TYPE_NAME);
}
- @AfterEach
- public void beforeEach()
+ @After
Review Comment:
I think there's some mix of junit 4/5 annotations due to which AfterEach was
not firing. Updated to use junit 4's annotation for clean up.
--
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]