avantgardnerio opened a new issue, #2308:
URL: https://github.com/apache/arrow-rs/issues/2308

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   Ballista requires keeping session state for things like what tables are 
registered. In order to look up this state, we need a key. According to the 
[arrow docs](https://arrow.apache.org/docs/format/Flight.html#authentication), 
this key is in the request metadata. This metadata is not passed to the `impl`s 
in the existing trait, so Ballista is not able to run any query more advanced 
than `select 1;`. 
   
   **Describe the solution you'd like**
   
   Agree on a format to pass session data to implements. 
   
   **Describe alternatives you've considered**
   
   1. Passing raw tonic metadata
   2. handling all authentication in the base impl
   3. passing the 1 header info as a generic string
   4. decoding it and forcing it to be a UUID
   5. ...
   


-- 
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]

Reply via email to