danny0405 commented on code in PR #13229:
URL: https://github.com/apache/hudi/pull/13229#discussion_r2101336977


##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/utils/HoodieWriterClientTestHarness.java:
##########
@@ -149,6 +149,8 @@ public abstract class HoodieWriterClientTestHarness extends 
HoodieCommonTestHarn
 
   protected abstract BaseHoodieWriteClient 
getHoodieWriteClient(HoodieWriteConfig cfg);
 
+  protected abstract BaseHoodieWriteClient 
getHoodieWriteClient(HoodieWriteConfig cfg, boolean shouldCloseOlderClient);

Review Comment:
   The method implies the write client could be cached? Like through 
`getHoodieWriteClient(HoodieWriteConfig cfg)`



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