[
https://issues.apache.org/jira/browse/CALCITE-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francis Chuang resolved CALCITE-4174.
-------------------------------------
Resolution: Fixed
> avatica-go should handle complex/long URLs
> ------------------------------------------
>
> Key: CALCITE-4174
> URL: https://issues.apache.org/jira/browse/CALCITE-4174
> Project: Calcite
> Issue Type: Improvement
> Components: avatica-go
> Reporter: Josiah Goodson
> Assignee: Josiah Goodson
> Priority: Major
> Fix For: avatica-go-5.1.0
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> The current avatica-go driver assumes the full URL path is the schema name.
> This is incorrect for some deployments - for example, using a proxy.
> Current behavior:
> dsn = "http://host.com/service/proxy/schema"
> conf.schema = "service/proxy/schema"
> Expected behavior:
> dsn = "http://host.com/service/proxy/schema"
> conf.schema = "schema"
--
This message was sent by Atlassian Jira
(v8.20.1#820001)