vinothchandar commented on code in PR #11153:
URL: https://github.com/apache/hudi/pull/11153#discussion_r1747660447
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -181,6 +183,10 @@ protected
HoodieBackedTableMetadataWriter(StorageConfiguration<?> storageConf,
ValidationUtils.checkArgument(!initialized || this.metadata != null, "MDT
Reader should have been opened post initialization");
}
+ protected HoodieTable getHoodieTable(HoodieWriteConfig writeConfig,
HoodieTableMetaClient metaClient) {
+ return null;
Review Comment:
can't return null. throwing exception is better
--
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]