nsivabalan commented on a change in pull request #4194:
URL: https://github.com/apache/hudi/pull/4194#discussion_r761888049
##########
File path:
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestHoodieMetadataBase.java
##########
@@ -292,7 +292,7 @@ protected HoodieWriteConfig getWriteConfig(boolean
autoCommit, boolean useFileLi
.enable(useFileListingMetadata)
.enableFullScan(enableFullScan)
.enableMetrics(enableMetrics)
- .withPopulateMetaFields(false)
+
.withPopulateMetaFields(HoodieMetadataConfig.POPULATE_META_FIELDS.defaultValue())
Review comment:
guess it should be fine. I will go ahead and land this. can take this up
in some other future PR. Don't want to drag the release blocker PR. wanted to
get it landed.
--
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]