Skip to content

Add auth option passthrough to Req#4

Open
danilagamma wants to merge 6 commits intowistia:mainfrom
danilagamma:auth-opt
Open

Add auth option passthrough to Req#4
danilagamma wants to merge 6 commits intowistia:mainfrom
danilagamma:auth-opt

Conversation

@danilagamma
Copy link

@danilagamma danilagamma commented Sep 13, 2025

This allows basic authorization to be specified for all requests:

auth: {:basic, "user:pass"}

Also fix LONG SQL type error.

This allows basic authorization to be specified for all requests:
```
auth: {:basic, "user:pass"}
```
Since `LONG` is not a valid Druid SQL type - we get following error:
`Cannot deserialize value of type `org.apache.calcite.avatica.SqlType` from String \"LONG\"`

See https://druid.apache.org/docs/latest/querying/sql-data-types/#standard-types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant