vinothchandar commented on a change in pull request #2413:
URL: https://github.com/apache/hudi/pull/2413#discussion_r553137351



##########
File path: 
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/compact/TestAsyncCompaction.java
##########
@@ -50,7 +51,9 @@
 public class TestAsyncCompaction extends CompactionTestBase {
 
   private HoodieWriteConfig getConfig(Boolean autoCommit) {
-    return getConfigBuilder(autoCommit).build();
+    return getConfigBuilder(autoCommit)
+        
.withMetadataConfig(HoodieMetadataConfig.newBuilder().enable(true).validate(true).build())

Review comment:
       I have also turned on validation. So it must cover both cases, that way. 




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


Reply via email to