244245246247248249250251252253254
throw toSparqlException(e); } } public void close() { CloseRequest closeRequest = new CloseRequest(); closeRequest.queryId = queryId; try { server.close(closeRequest); } catch (AvroRemoteException e) {