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)

Reply via email to