sadanand48 commented on code in PR #9132:
URL: https://github.com/apache/ozone/pull/9132#discussion_r2555189830
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOzoneManagerSnapshotProvider.java:
##########
@@ -115,14 +120,26 @@ public void testDownloadCheckpoint() throws Exception {
"does not match its ratis snapshot index");
}
+ @SuppressFBWarnings("NP")
Review Comment:
Tried multiple things to avoid supressing but it didn't work. Apparently
adding the new module is under LGPL license which fails as it's not defined
under recognized license in license.sh.
@adoroszlai @jojochuang any ideas to fix this.
--
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]