BryanCutler commented on a change in pull request #11311:
URL: https://github.com/apache/arrow/pull/11311#discussion_r721712956
##########
File path:
java/flight/flight-core/src/main/java/org/apache/arrow/flight/grpc/StatusUtils.java
##########
@@ -121,6 +122,17 @@ public static FlightStatusCode
fromGrpcStatusCode(Status.Code code) {
}
}
+ /** Create Metadata Key for binary metadata. */
+ public static Metadata.Key<byte[]> keyOfBinary(String name) {
Review comment:
No, good catch. I was going to update it in other places, but it didn't
seem necessary. I'll change to private.
--
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]