emkornfield commented on a change in pull request #9421: URL: https://github.com/apache/arrow/pull/9421#discussion_r584363690
########## File path: java/flight/flight-core/src/main/java/org/apache/arrow/flight/ArrowMessage.java ########## @@ -67,7 +67,25 @@ */ class ArrowMessage implements AutoCloseable { - public static final boolean FAST_PATH = true; + // If true, serialize Arrow data by giving gRPC a reference to the underlying Arrow buffer Review comment: nit: isn't this reverse? giving arrow access to underlying gRPC buffer? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org