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


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieClusteringConfig.java:
##########
@@ -211,6 +211,12 @@ public class HoodieClusteringConfig extends HoodieConfig {
       .sinceVersion("0.9.0")
       .withDocumentation("When rewriting data, preserves existing 
hoodie_commit_time");
 
+  public static final ConfigProperty<Boolean> GENERATE_FILE_GROUP_ADVANCE = 
ConfigProperty

Review Comment:
   Could you clarify why you need to assign a particular file group to a 
clustering group?  This defeats the purpose of clustering.



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