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


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/commit/BaseCommitActionExecutor.java:
##########
@@ -230,10 +230,6 @@ protected String getSchemaToStoreInCommit() {
     return config.getSchema();
   }
 
-  protected boolean isWorkloadProfileNeeded() {
-    return true;
-  }
-

Review Comment:
   There is no use case for it to return false right?



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