clintropolis opened a new pull request #11737:
URL: https://github.com/apache/druid/pull/11737


   ### Description
   Currently JDBC connections to Druid _require_ that the trailing `/` be part 
of the request url so that it matches exactly, else it will not be handled by 
the avatica machinery. This isn't very user-friendly, this PR modifies the 
Avatica endpoint handlers to accept with or without the trailing /, e.g. 
`/druid/v2/sql/avatica/` or `/druid/v2/sql/avatica` (and also protobuf).
   
   
   This PR has:
   - [x] been self-reviewed.
   - [x] added unit tests or modified existing tests to cover new code paths, 
ensuring the threshold for [code 
coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md)
 is met.
   - [x] added integration tests.
   - [x] been tested in a test Druid cluster.
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to