databricks-sql-go icon indicating copy to clipboard operation
databricks-sql-go copied to clipboard

Pass ctx properly in internal client.ExecuteStatement

Open shelldandy opened this issue 1 year ago • 0 comments

https://github.com/databricks/databricks-sql-go/blob/93222abd7f5be64af98bd90fe8d60972d365eda6/internal/client/client.go#L162-L171

This needs to actually pass ctx so custom authenticators can make use of the context.

The bug was introduced here:

https://github.com/databricks/databricks-sql-go/pull/60/files#diff-3b1f8149deb45d304c69c856bcd1b9b628961fb6000486cb39172a99cb8de514L91-R90

shelldandy avatar Aug 05 '24 16:08 shelldandy