vvivekiyer commented on code in PR #9678:
URL: https://github.com/apache/pinot/pull/9678#discussion_r1012178239


##########
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/index/loader/ForwardIndexHandlerTest.java:
##########
@@ -387,7 +464,7 @@ public void testComputeOperation()
     segmentLocalFSDirectory.close();
   }
 
-  @Test
+  @Test(priority = 1)

Review Comment:
   Because we are changing raw columns to dict enabled columns in some newer 
tests. We want these enable dictionary tests to run after all the test for 
changing compression types (which work on raw columns) have run.



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