yihua commented on code in PR #8125:
URL: https://github.com/apache/hudi/pull/8125#discussion_r1136065113


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestHoodieBackedMetadata.java:
##########
@@ -556,23 +554,10 @@ public void 
testUpdationOfPopulateMetaFieldsForMetadataTable() throws Exception
     tableType = COPY_ON_WRITE;
     init(tableType, false);
 
+    // populateMeta fields is false by default
     writeConfig = getWriteConfigBuilder(true, true, false)
         .withMetadataConfig(HoodieMetadataConfig.newBuilder()
             .enable(true)
-            .withPopulateMetaFields(true)
-            .build())
-        .build();
-    initWriteConfigAndMetatableWriter(writeConfig, true);
-    doWriteOperation(testTable, "0000001", INSERT);

Review Comment:
   This test is not relevant anymore since 
`hoodie.metadata.populate.meta.fields` cannot be configured and changed.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to