SteNicholas commented on a change in pull request #2111:
URL: https://github.com/apache/hudi/pull/2111#discussion_r494938396
##########
File path: hudi-client/src/main/java/org/apache/hudi/table/WorkloadProfile.java
##########
@@ -54,13 +55,23 @@
*/
private final WorkloadStat globalStat;
+ /**
+ * Write operation type.
+ */
+ private WriteOperationType operationType;
Review comment:
@leesf Yes, WriteOperationType should be Serializable, forget to check
this. I would like to add `implements Serializable`.
----------------------------------------------------------------
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]