leesf commented on code in PR #7614:
URL: https://github.com/apache/hudi/pull/7614#discussion_r1171320590
##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieCommonConfig.java:
##########
@@ -72,6 +72,15 @@ public class HoodieCommonConfig extends HoodieConfig {
.markAdvanced()
.withDocumentation("Turn on compression for BITCASK disk map used by the
External Spillable Map");
+ public static final ConfigProperty<String> HOODIE_FS_ATOMIC_CREATION_SUPPORT
= ConfigProperty
Review Comment:
yes, since we introduce this config, I think we don't need any modifies on
StorageSchemas according to the above comments (users would use this config to
control the FS atomic creation instead of modifying source code in untested
schemas)
--
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]