davisusanibar commented on code in PR #12941:
URL: https://github.com/apache/arrow/pull/12941#discussion_r855533095


##########
java/flight/flight-core/src/test/java/org/apache/arrow/flight/TestClientMiddleware.java:
##########
@@ -246,9 +246,11 @@ public FlightClientMiddleware onCallStarted(CallInfo info) 
{
   }
 
   // Used to test that middleware can send and receive multi-valued text and 
binary headers.
+  @SuppressWarnings({"DoubleBraceInitialization"})

Review Comment:
   Thanks, changed



##########
java/flight/flight-core/src/test/java/org/apache/arrow/flight/TestCallOptions.java:
##########
@@ -97,6 +97,7 @@ public void mixedProperties() {
     testHeaders(headers);
   }
 
+  @SuppressWarnings("ReturnValueIgnored")

Review Comment:
   Changed



-- 
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]

Reply via email to