hddong 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_r365110224
##########
File path:
hudi-client/src/test/java/org/apache/hudi/io/TestHoodieCommitArchiveLog.java
##########
@@ -397,10 +402,81 @@ public void testArchiveCommitCompactionNoHole() throws
IOException {
timeline.containsInstant(new HoodieInstant(false,
HoodieTimeline.COMMIT_ACTION, "107")));
}
+ @Test
+ public void testArchiveCommitAndDeepCopy() throws IOException {
Review comment:
> Is this method used to test the enum issue in Avro? If so, you can remove
it.
Yes, be removed.
----------------------------------------------------------------
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