You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/01/07 06:40:45 UTC

[GitHub] [hudi] vinothchandar commented on a change in pull request #2413: [HUDI-1513] Introduce WriteClient#preWrite() and relocate metadata table syncing

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



##########
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:
       ideally yes. but adds to the runtime. its okay I think.




----------------------------------------------------------------
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:
users@infra.apache.org