You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tdcmeehan (via GitHub)" <gi...@apache.org> on 2023/09/05 00:54:39 UTC

[GitHub] [arrow] tdcmeehan commented on a diff in pull request #37528: GH-37553: [Java] Allow FlightInfo#Schema to be nullable for long-running queries

tdcmeehan commented on code in PR #37528:
URL: https://github.com/apache/arrow/pull/37528#discussion_r1315252198


##########
java/flight/flight-core/src/main/java/org/apache/arrow/flight/FlightInfo.java:
##########
@@ -161,7 +163,10 @@ Flight.FlightInfo toProtocol() {
     // Encode schema in a Message payload
     ByteArrayOutputStream baos = new ByteArrayOutputStream();
     try {
-      MessageSerializer.serialize(new WriteChannel(Channels.newChannel(baos)), schema, option);
+      MessageSerializer.serialize(

Review Comment:
   Yes, done.



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org