BryanCutler opened a new pull request #11311: URL: https://github.com/apache/arrow/pull/11311
In Flight Java, the parseTrailers can sometimes receive Metadata with keys that start with ":", such as ":status". Attempting to access the metadata with this type of key causes an error because gRPC-Java rejects these keys as having an invalid prefix. This fixes that by using `InternalMetadata` to create the Key, which checks if the key starts with a ":" and internally labels it as "psuedo" and accepts it as valid. -- 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]
