the-other-tim-brown commented on code in PR #13183:
URL: https://github.com/apache/hudi/pull/13183#discussion_r2051773072
##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieConfig.java:
##########
@@ -113,7 +113,7 @@ public <T> void setDefaultValue(ConfigProperty<T>
configProperty, T defaultVal)
}
}
- public Boolean contains(String key) {
+ public boolean contains(String key) {
Review Comment:
`containsKey` returns a primitive so this is just an opportunistic change to
avoid auto-boxing where it is not required.
--
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]