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_r362130717
 
 

 ##########
 File path: 
hudi-common/src/test/java/org/apache/hudi/common/model/TestHoodieCommitMetadata.java
 ##########
 @@ -46,4 +47,25 @@ public void testPerfStatPresenceInHoodieMetadata() throws 
Exception {
     Assert.assertTrue(metadata.getTotalScanTime() == 0);
     Assert.assertTrue(metadata.getTotalLogFilesCompacted() > 0);
   }
+
+  @Test
+  public void testCompatibilityWithoutOperateType() throws Exception {
 
 Review comment:
   Thanks for adding the compatibility tests.

----------------------------------------------------------------
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

Reply via email to