zeroshade commented on code in PR #825:
URL: https://github.com/apache/arrow-adbc/pull/825#discussion_r1235940671
##########
docs/source/driver/flight_sql.rst:
##########
@@ -185,6 +185,11 @@ These options map 1:1 with the options in
FlightClientOptions:
defaults to 16 MiB since Flight services tend to return larger
reponse payloads. Should be a positive integer number of bytes.
+``adbc.flight.sql.rpc.with_cookie_middleware``
+ Enable or disable middleware that processes and handles "set-cookie"
+ metadata headers returned from the server and sends "Cookie" headers
+ back from the client. Value should be ``true`` or ``false``.
Review Comment:
Good point, let me update it. Default is `false`
--
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]