vingov commented on code in PR #5294: URL: https://github.com/apache/hudi/pull/5294#discussion_r848112012
########## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java: ########## @@ -133,6 +133,11 @@ public class HoodieWriteConfig extends HoodieConfig { .withDocumentation("Easily configure one the built-in key generators, instead of specifying the key generator class." + "Currently supports SIMPLE, COMPLEX, TIMESTAMP, CUSTOM, NON_PARTITION, GLOBAL_DELETE"); + public static final ConfigProperty<Boolean> DROP_PARTITION_COLUMNS = ConfigProperty Review Comment: good catch updated it. -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org