gianm commented on pull request #10182: URL: https://github.com/apache/druid/pull/10182#issuecomment-658307551
> It'd be good to also mention that we don't support URL-based parameters. > > See also #10184. By the way, I think we should just say we don't support them. I don't think the user-facing docs need to, or should, link to the issue. Hmm, I just realized the Avatica bug is client-side. So it's not really that _Druid_ doesn't support URL-based parameters. It's that _Avatica_ doesn't, at least as of version 1.17.0. So that's what we should mention. Maybe something like: > We recommend using Avatica 1.17.0 or later. Note that as of the time of this writing, Avatica 1.17.0, the latest version, does not support passing connection string parameters from the URL to Druid, so you must pass them using a Properties object. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
