lokeshj1703 commented on code in PR #13229:
URL: https://github.com/apache/hudi/pull/13229#discussion_r2083135501
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -1759,12 +1763,12 @@ public boolean isInitialized() {
return initialized;
}
- protected BaseHoodieWriteClient<?, I, ?, ?> getWriteClient() {
+ public BaseHoodieWriteClient<?, I, ?, O> getWriteClient() {
Review Comment:
Reverted this change since it was no longer required
--
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]