lidavidm commented on a change in pull request #12636: URL: https://github.com/apache/arrow/pull/12636#discussion_r827945977
########## File path: java/flight/flight-integration-tests/src/main/java/org/apache/arrow/flight/integration/tests/IntegrationTestClient.java ########## @@ -152,46 +153,57 @@ public void onNext(PutResult val) { // 3. Download the data from the server. List<Location> locations = endpoint.getLocations(); if (locations.isEmpty()) { - throw new RuntimeException("No locations returned from Flight server."); + // No locations provided, validate the server itself. + System.out.println("Verifying location " + server.getUri()); Review comment: Removed, here and below. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org