vibhatha commented on code in PR #44056:
URL: https://github.com/apache/arrow/pull/44056#discussion_r1758456180


##########
java/flight/flight-core/src/test/java/org/apache/arrow/flight/TestFlightService.java:
##########
@@ -150,7 +150,9 @@ public FlightInfo getFlightInfo(CallContext context, 
FlightDescriptor descriptor
       Exception e =
           assertThrows(
               FlightRuntimeException.class, () -> 
client.getSchema(FlightDescriptor.path("test")));
-      assertEquals("No schema is present in FlightInfo", e.getMessage());
+      assertEquals(

Review Comment:
   Right. I will update. 



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