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

   ### Is your feature request related to a problem or challenge? Please 
describe what you are trying to do.
   
   We are trying to access objects with query parameters, which can include 
things like formatting options for the object, or authentication keys.
   
   An imaginary example would look like:
   
   `https://cats.server/kitten.jpg?color=black&api_key=1234` to get a picture 
of a black kitten.
   
   At present, it appears the URI is parsed and the parameters are stripped.
   
   -----
   
   ### Describe the solution you'd like
   
   
   A basic solution would be to allow the URI parameters to pass through.
   
   A more flexible implementation would allow for passing parameters as an 
argument.
   
   -----
   
   ### Describe alternatives you've considered
   
   
   I could not find any alternative, but have considered that objects described 
by parameters may be anti-pattern or out of scope.
   


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