tsreaper commented on code in PR #833:
URL: https://github.com/apache/incubator-paimon/pull/833#discussion_r1177719435


##########
paimon-core/src/test/java/org/apache/paimon/mergetree/MergeTreeTest.java:
##########
@@ -195,47 +197,54 @@ public static void after() {
         service = null;
     }
 
-    @Test
-    public void testEmpty() throws Exception {
-        doTestWriteRead(0);
+    @ParameterizedTest
+    @EnumSource(SortEngine.class)

Review Comment:
   If you need `parameterized` annotation for all tests, I would suggest making 
this an abstract test class and create two subclasses. One subclass for loser 
tree and another for min heap.



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

Reply via email to