vinothchandar commented on a change in pull request #3184:
URL: https://github.com/apache/hudi/pull/3184#discussion_r669332169
##########
File path:
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/commit/SparkInsertOverwriteCommitActionExecutor.java
##########
@@ -66,11 +65,6 @@ protected Partitioner getPartitioner(WorkloadProfile
profile) {
return new SparkInsertOverwritePartitioner(profile, context, table,
config);
}
- @Override
- protected String getCommitActionType() {
Review comment:
This is necessary, since otherwise we use commit or deltacommit actions.
--
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]