tanishq-chugh commented on code in PR #5404: URL: https://github.com/apache/hive/pull/5404#discussion_r1976981863
########## shims/common/src/main/java/org/apache/hadoop/hive/thrift/TFilterTransport.java: ########## @@ -29,6 +30,7 @@ public class TFilterTransport extends TTransport { protected final TTransport wrapped; + @SuppressFBWarnings(value="EI_EXPOSE_REP2", justification = "HIVE-23613: intended_TO_DO") Review Comment: There is an ongoing issue to fix spotbugs and enable it in CI gradually - [HIVE-23613](https://issues.apache.org/jira/browse/HIVE-23613). The warnings we are seeing as part of this JDK upgrade are due to [this](https://github.com/apache/hive/pull/5404#discussion_r1976958608). -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org