prashantwason commented on code in PR #8684:
URL: https://github.com/apache/hudi/pull/8684#discussion_r1194226408
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestHoodieBackedMetadata.java:
##########
@@ -2482,6 +2483,14 @@ public void testMetadataMetrics() throws Exception {
}
}
+ @Test
+ public void testGetFileGroupIndexFromFileId() {
Review Comment:
Added test for first 3.
getFileIdLengthWithoutFileIndex is private and is called from other
functions so is indirectly tested.
--
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]