ayushtkn commented on code in PR #5404:
URL: https://github.com/apache/hive/pull/5404#discussion_r1977016446
##########
common/src/java/org/apache/hadoop/hive/common/CopyOnFirstWriteProperties.java:
##########
@@ -361,6 +361,7 @@ public void setInterned(Properties p) {
public CopyOnFirstWriteProperties() {
}
+ @SuppressFBWarnings(value = "EI_EXPOSE_REP", justification = "HIVE-23613:
intended_TO_DO")
Review Comment:
Do we need to put it everywhere in each file, can't we use
findbugs-exclude.xml?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]