umehrot2 commented on a change in pull request #2326:
URL: https://github.com/apache/hudi/pull/2326#discussion_r545508037
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMetadataConfig.java
##########
@@ -128,24 +128,23 @@ public Builder retainCommits(int commitsRetained) {
public HoodieMetadataConfig build() {
HoodieMetadataConfig config = new HoodieMetadataConfig(props);
setDefaultOnCondition(props, !props.containsKey(METADATA_ENABLE_PROP),
METADATA_ENABLE_PROP,
- String.valueOf(DEFAULT_METADATA_ENABLE));
+ String.valueOf(DEFAULT_METADATA_ENABLE));
Review comment:
Reverted it back. The earlier one aligns better with Hudi checkstyle.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]