prashantwason commented on code in PR #9058:
URL: https://github.com/apache/hudi/pull/9058#discussion_r1245899595
##########
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:
We have an explicit test for RLI delete in TestHoodieBackedMetadata. So I
did not add RECORD_INDEX in the parameter here to reduce test time.
--
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]