danny0405 commented on code in PR #9058:
URL: https://github.com/apache/hudi/pull/9058#discussion_r1245996840
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestHoodieIndex.java:
##########
@@ -749,6 +749,67 @@ public void testRecordIndexTagLocationAndUpdate(boolean
populateMetaFields) thro
assertEquals(newInsertsCount, recordLocations.filter(entry ->
newPartitionPath.equalsIgnoreCase(entry._1.getPartitionPath())).count());
}
+ @ParameterizedTest
+ @ValueSource(strings = "INMEMORY")
Review Comment:
Then just use `@Test` should be fine.
--
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]