This is an automated email from the ASF dual-hosted git repository.
curth pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
from 78b5c0e5b fix(c/driver_manager): modify SYSTEM path behavior on macOS
(#3250)
add f0f36da5e fix(csharp/src/Drivers/Databricks): Correct
DatabricksCompositeReader and StatusPoller to Stop/Dispose Appropriately (#3217)
No new revisions were added by this update.
Summary of changes:
.../src/Drivers/Databricks/BaseDatabricksReader.cs | 40 +-------
.../Databricks/CloudFetch/CloudFetchReader.cs | 4 +-
.../CloudFetch/CloudFetchResultFetcher.cs | 12 ++-
.../Databricks/CloudFetch/IHiveServer2Statement.cs | 5 +
.../Databricks/DatabricksCompositeReader.cs | 45 +++++++--
.../Databricks/DatabricksOperationStatusPoller.cs | 57 ++++++-----
.../src/Drivers/Databricks/DatabricksParameters.cs | 7 +-
csharp/src/Drivers/Databricks/DatabricksReader.cs | 3 +-
.../src/Drivers/Databricks/DatabricksStatement.cs | 3 +
.../test/Drivers/Databricks/E2E/StatementTests.cs | 8 +-
.../Unit/DatabricksOperationStatusPollerTests.cs | 111 +++++++++++++++++++--
11 files changed, 210 insertions(+), 85 deletions(-)