You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Josiah Goodson (Jira)" <ji...@apache.org> on 2020/08/13 12:45:06 UTC

[jira] [Created] (CALCITE-4174) avatica-go should handle complex/long URLs

Josiah Goodson created CALCITE-4174:
---------------------------------------

             Summary: 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: Francis Chuang


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.3.4#803005)