hudi-agent commented on code in PR #18719:
URL: https://github.com/apache/hudi/pull/18719#discussion_r3239006240
##########
hudi-hadoop-mr/src/test/java/org/apache/hudi/hadoop/hive/TestHoodieCombineHiveInputFormat.java:
##########
@@ -119,6 +127,30 @@ public void tearDown() throws IOException {
}
}
+ @Test
+ public void clearWorkMapForConfOnGetSplitsFailure() throws Exception {
+ StorageConfiguration<Configuration> conf =
HoodieTestUtils.getDefaultStorageConf();
Review Comment:
🤖 nit: could you prefix this with `test` to match the convention used by the
other methods in this class (`testInternalSchemaCacheForMR`,
`testHoodieRealtimeCombineHoodieInputFormat`, etc.)? Something like
`testClearWorkMapForConfOnGetSplitsFailure`.
<sub><i>- AI-generated; verify before applying. React 👍/👎 to flag
quality.</i></sub>
--
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]