Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
3999bd6
refactor(csharp): make CloudFetch pipeline protocol-agnostic
Oct 31, 2025
d4bf907
fix(test): remove obsolete IDownloadResult.Link mock setup
Nov 6, 2025
ecb98f7
fix: remove license header from .sln file and exclude .sln from RAT
Nov 6, 2025
4c76034
refactor(csharp): make CloudFetch pipeline protocol-agnostic
Nov 7, 2025
8e5330c
refactor(csharp): make CloudFetch base classes protocol-agnostic
Nov 7, 2025
03e6de0
refactor
Nov 11, 2025
064dde9
refactor
Nov 11, 2025
4abda04
modify the design doc
Nov 12, 2025
e45211a
address comments
Nov 12, 2025
2d7d1ae
change trace method
Nov 13, 2025
dfc1042
feat(csharp): implement StatementExecutionResultFetcher for REST API
Nov 4, 2025
7077bb6
refactor(csharp): update StatementExecutionResultFetcher for late ini…
Nov 7, 2025
1944e4c
fix(csharp): handle HttpClient timeout when already used
Nov 7, 2025
ef62d2e
refactor(csharp): use separate HttpClient for CloudFetch downloads
Nov 7, 2025
318277c
fix(csharp): use GetStatementResponse.Result and follow next_chunk_in…
Nov 7, 2025
7ee918e
fix(csharp): handle HttpClient timeout when already used
Nov 7, 2025
e342483
refactor(csharp): use separate HttpClient for CloudFetch downloads
Nov 7, 2025
5a64421
fix(csharp): handle HttpClient timeout when already used
Nov 7, 2025
1d90aab
refactor(csharp): use separate HttpClient for CloudFetch downloads
Nov 7, 2025
dc86270
change design doc to split the work item
Nov 4, 2025
66f7736
feat(csharp): implement StatementExecutionStatement with CloudFetch s…
Nov 7, 2025
5ac2a9c
fix(csharp): handle HttpClient timeout when already used
Nov 7, 2025
1b54c1d
refactor(csharp): use separate HttpClient for CloudFetch downloads
Nov 7, 2025
4a604e3
fix(csharp): handle HttpClient timeout when already used
Nov 7, 2025
b7a705d
refactor(csharp): use separate HttpClient for CloudFetch downloads
Nov 7, 2025
cfc8ad7
add statement execution connection
Nov 4, 2025
d9ba980
feat(csharp): make StatementExecutionConnection inherit from AdbcConn…
Nov 4, 2025
200314f
fix(csharp): handle HttpClient timeout when already used
Nov 7, 2025
8fad980
refactor(csharp): use separate HttpClient for CloudFetch downloads
Nov 7, 2025
66bb062
fix(csharp): handle HttpClient timeout when already used
Nov 7, 2025
3ffe074
refactor(csharp): use separate HttpClient for CloudFetch downloads
Nov 7, 2025
f1edfb7
feat(csharp): implement InlineReader for inline result disposition
Nov 4, 2025
5ba7482
fix(csharp): handle HttpClient timeout when already used
Nov 7, 2025
41a2626
refactor(csharp): use separate HttpClient for CloudFetch downloads
Nov 7, 2025
43842f4
fix(csharp): use GetStatementResponse.Result and follow next_chunk_in…
Nov 7, 2025
fdfb28a
fix(csharp): handle HttpClient timeout when already used
Nov 7, 2025
9aa514e
refactor(csharp): use separate HttpClient for CloudFetch downloads
Nov 7, 2025
4daf2ed
feat(csharp): implement StatementExecutionStatement with CloudFetch s…
Nov 7, 2025
b40b48f
feat(csharp): implement protocol selection for REST API support
Nov 4, 2025
641f3ac
fix(csharp): use case-insensitive comparer when merging connection pr…
Nov 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
.github/pull_request_template.md
.gitmodules
*.csproj
*.sln
17 changes: 0 additions & 17 deletions csharp/Apache.Arrow.Adbc.Drivers.Databricks.sln
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
 /*
* Copyright (c) 2025 ADBC Drivers Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36623.8 d17.14
Expand Down
Loading
Loading