keeratsingh commented on a change in pull request #8583:
URL: https://github.com/apache/arrow/pull/8583#discussion_r517048359
##########
File path:
java/flight/flight-core/src/main/java/org/apache/arrow/flight/FlightConstants.java
##########
@@ -23,5 +23,6 @@
public interface FlightConstants {
String SERVICE = "arrow.flight.protocol.FlightService";
+ String SESSION_HEADER = "SET-SESSION";
Review comment:
Is there a particular reason why this is `SET-SESSION` as opposed to
`Set-Session`? `Set-Session` would be more in line with other headers being
used, such as `Set-Cookie, Authorization or Arrow-Properties`
----------------------------------------------------------------
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:
[email protected]