krishan1390 commented on code in PR #16845:
URL: https://github.com/apache/pinot/pull/16845#discussion_r2396422862


##########
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/creator/DictionariesTest.java:
##########
@@ -83,12 +83,12 @@ public class DictionariesTest implements 
PinotBuffersAfterMethodCheckRule {
 
   private static TableConfig _tableConfig;
 
-  @AfterClass
+  @AfterMethod
   public static void cleanup() {
     FileUtils.deleteQuietly(INDEX_DIR);
   }
 
-  @BeforeClass
+  @BeforeMethod

Review Comment:
   forgot why it was required earlier. but its not required to be done now. 
reverted it. 



-- 
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]

Reply via email to