[jira] [Created] (CALCITE-3275) add nil checks to prevent panics in error parsing

2019-08-21 Thread Tino Rusch (Jira)
Tino Rusch created CALCITE-3275:
---

 Summary: add nil checks to prevent panics in error parsing
 Key: CALCITE-3275
 URL: https://issues.apache.org/jira/browse/CALCITE-3275
 Project: Calcite
  Issue Type: Improvement
  Components: avatica-go
Reporter: Tino Rusch
Assignee: Francis Chuang


We need nil-checks for the case that the server doesnt include RpcMetadata in 
the error responses.

 

PR is already ready, this ticket is for reference

 

https://github.com/apache/calcite-avatica-go/pull/47



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Created] (CALCITE-3248) support the Connector interface in the golang calcite driver

2019-08-13 Thread Tino Rusch (JIRA)
Tino Rusch created CALCITE-3248:
---

 Summary: support the Connector interface in the golang calcite 
driver
 Key: CALCITE-3248
 URL: https://issues.apache.org/jira/browse/CALCITE-3248
 Project: Calcite
  Issue Type: Improvement
  Components: avatica-go
Reporter: Tino Rusch
Assignee: Francis Chuang


I want the calcite-go driver to support the Connector interface to:
 # Allow the user to supply a custom HTTP client
 # Provide helper methods to setup HTTP clients for
 ## basic auth
 ## digest auth
 ## kerberos auth
 ## providing custom headers

I already have an open PR for this. This issue here is basically just for 
getting an issue number and for documentation purpuses



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)