bvaradar commented on a change in pull request #1157: [HUDI-332]Add operation type (insert/upsert/bulkinsert/delete) to HoodieCommitMetadata URL: https://github.com/apache/incubator-hudi/pull/1157#discussion_r365069288
########## File path: hudi-client/src/main/java/org/apache/hudi/HoodieWriteClient.java ########## @@ -98,7 +99,7 @@ private final transient HoodieMetrics metrics; private final transient HoodieCleanClient<T> cleanClient; private transient Timer.Context compactionTimer; - + private transient WriteOperationType operationType; Review comment: Can you move this AbstractHoodieWriteClient and use setters/getters in HoodieWriteClient ---------------------------------------------------------------- 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
