pratyakshsharma commented on a change in pull request #1075: [HUDI-114]: added
option to overwrite payload implementation in hoodie.properties file
URL: https://github.com/apache/incubator-hudi/pull/1075#discussion_r361804460
##########
File path: hudi-cli/src/main/java/org/apache/hudi/cli/HoodieCLI.java
##########
@@ -74,7 +74,8 @@ public static void initFS(boolean force) throws IOException {
}
public static void refreshTableMetadata() {
- setTableMetaClient(new HoodieTableMetaClient(HoodieCLI.conf, basePath,
false, HoodieCLI.consistencyGuardConfig));
+ setTableMetaClient(new HoodieTableMetaClient(HoodieCLI.conf, basePath,
false, HoodieCLI.consistencyGuardConfig,
Review comment:
Made the changes @n3nash
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services