Andre Furlan

Results 9 issues of Andre Furlan

Sessions time out. And a connection is associated with a session. If the user does not set max connection idle timeout, it is possible that they'll get errors on session...

bug

In case there are instances of Databricks where username and password are supported, we should also support it. Signed-off-by: Andre Furlan

Signed-off-by: Raymond Cypher

It would be good to directly expose metrics should as query time elapsed. Gotta think about more. If you have any ideas/suggestions please comment in this issue.

enhancement

### Reuse http client across connections Go http client is meant to be reused as it has its own connection pool. This would reduce the need to many https handshakes...

enhancement

## PoC on one approach of supporting true async apis. ### Goal The goal is to support server restart while a query is running. It is not the goal to...

- Throw when failed to download file - Retry properly while downloading file - Add a bunch of debug logs - Prevent thread issues TODO: http connection pools for cloud...