wecharyu commented on code in PR #10242:
URL: https://github.com/apache/hudi/pull/10242#discussion_r1416586204
##########
hudi-common/src/main/java/org/apache/hudi/common/model/WriteOperationType.java:
##########
@@ -164,4 +164,8 @@ public static boolean isUpsert(WriteOperationType
operation) {
public static boolean isDelete(WriteOperationType operation) {
return operation == DELETE || operation == DELETE_PREPPED;
}
+
+ public static boolean isDeletePartition(WriteOperationType operation) {
Review Comment:
Addressed.
--
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]