danny0405 commented on code in PR #12065:
URL: https://github.com/apache/hudi/pull/12065#discussion_r1789393293


##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java:
##########
@@ -254,7 +254,7 @@ public class HoodieTableConfig extends HoodieConfig {
       .key("hoodie.populate.meta.fields")
       .defaultValue(true)
       .withDocumentation("When enabled, populates all meta fields. When 
disabled, no meta fields are populated "
-          + "and incremental queries will not be functional. This is only 
meant to be used for append only/immutable data for batch processing");
+          + "and incremental queries will not be functional. In the disabled 
state, the number of record key fields must be equal to one.");

Review Comment:
   Why change the limitations?



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