-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.rat-apache
More file actions
110 lines (109 loc) · 4.34 KB
/
.rat-apache
File metadata and controls
110 lines (109 loc) · 4.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# 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.
.github/workflows/csharp.yml
.github/workflows/dev_issues.yaml
ci/scripts/csharp_build.sh
ci/scripts/csharp_test.sh
csharp/Benchmarks/CloudFetchBenchmarkRunner.cs
csharp/Benchmarks/CloudFetchRealE2EBenchmark.cs
csharp/doc/statement-execution-api-design.md
csharp/Benchmarks/README.md
csharp/src/AssemblyInfo.cs
csharp/src/Auth/DatabricksOAuthGrantType.cs
csharp/src/Auth/JwtTokenDecoder.cs
csharp/src/Auth/MandatoryTokenExchangeDelegatingHandler.cs
csharp/src/Auth/OAuthClientCredentialsProvider.cs
csharp/src/Auth/OAuthDelegatingHandler.cs
csharp/src/Auth/TokenExchangeClient.cs
csharp/src/Auth/TokenRefreshDelegatingHandler.cs
csharp/src/CustomLZ4DecoderStream.cs
csharp/src/CustomLZ4FrameReader.cs
csharp/src/DatabricksConfiguration.cs
csharp/src/DatabricksConnection.cs
csharp/src/DatabricksDatabase.cs
csharp/src/DatabricksDriver.cs
csharp/src/DatabricksException.cs
csharp/src/DatabricksParameters.cs
csharp/src/DatabricksSchemaParser.cs
csharp/src/DatabricksStatement.cs
csharp/src/FeatureVersionNegotiator.cs
csharp/src/Lz4Utilities.cs
csharp/src/Reader/BaseDatabricksReader.cs
csharp/src/Reader/CloudFetch/Clock.cs
csharp/src/Reader/CloudFetch/CloudFetchDownloader.cs
csharp/src/Reader/CloudFetch/CloudFetchDownloadManager.cs
csharp/src/Reader/CloudFetch/CloudFetchMemoryBufferManager.cs
csharp/src/Reader/CloudFetch/CloudFetchReader.cs
csharp/src/Reader/CloudFetch/CloudFetchResultFetcher.cs
csharp/src/Reader/CloudFetch/DownloadResult.cs
csharp/src/Reader/CloudFetch/EndOfResultsGuard.cs
csharp/src/Reader/CloudFetch/ICloudFetchInterfaces.cs
csharp/src/Reader/DatabricksCompositeReader.cs
csharp/src/Reader/DatabricksOperationStatusPoller.cs
csharp/src/Reader/DatabricksReader.cs
csharp/src/Reader/IOperationStatusPoller.cs
csharp/src/Result/DescTableExtendedResult.cs
csharp/src/RetryHttpHandler.cs
csharp/src/ThriftErrorMessageHandler.cs
csharp/src/TracingDelegatingHandler.cs
csharp/test/E2E/Auth/E2E/CloudFetch/CloudFetchDownloaderTest.cs
csharp/test/E2E/Auth/E2E/CloudFetch/CloudFetchResultFetcherTest.cs
csharp/test/E2E/Auth/OAuthClientCredentialsProviderTests.cs
csharp/test/E2E/Auth/TokenExchangeTests.cs
csharp/test/E2E/ClientTests.cs
csharp/test/E2E/CloudFetchE2ETest.cs
csharp/test/E2E/ComplexTypesValueTests.cs
csharp/test/E2E/DatabricksConnectionTest.cs
csharp/test/E2E/DatabricksTestConfiguration.cs
csharp/test/E2E/DatabricksTestEnvironment.cs
csharp/test/E2E/DateTimeValueTests.cs
csharp/test/E2E/DriverTests.cs
csharp/test/E2E/NumericValueTests.cs
csharp/test/E2E/ServerSidePropertyE2ETest.cs
csharp/test/E2E/StatementTests.cs
csharp/test/E2E/StringValueTests.cs
csharp/test/E2E/TelemetryTests.cs
csharp/test/Resources/create_reference_table.sql
csharp/test/Resources/create_table_all_types.sql
csharp/test/Resources/Databricks.sql
csharp/test/TracingDelegatingHandlerTest.cs
csharp/test/Unit/Auth/JwtTokenDecoderTests.cs
csharp/test/Unit/Auth/MandatoryTokenExchangeDelegatingHandlerTests.cs
csharp/test/Unit/Auth/TokenExchangeClientTests.cs
csharp/test/Unit/Auth/TokenRefreshDelegatingHandlerTests.cs
csharp/test/Unit/DatabricksCompositeReaderUnitTests.cs
csharp/test/Unit/DatabricksConfigurationTest.cs
csharp/test/Unit/DatabricksOperationStatusPollerTests.cs
csharp/test/Unit/Result/DescTableExtendedResultTest.cs
csharp/test/Unit/RetryHttpHandlerTest.cs
csharp/test/Unit/ThriftErrorMessageHandlerTest.cs
csharp/src/Reader/CloudFetch/cloudfetch-pipeline-design.md
csharp/src/readme.md
csharp/test/E2E/CloudFetch/CloudFetchDownloaderTest.cs
csharp/test/E2E/CloudFetch/CloudFetchResultFetcherTest.cs
csharp/.gitignore
go/cloudfetch_e2e_test.go
go/connection.go
go/database.go
go/driver.go
go/driver_test.go
go/integration_e2e_test.go
go/ipc_reader_adapter.go
go/ipc_reader_test.go
go/statement.go
go/pkg/adbc.h
go/pkg/driver.go
go/pkg/utils.c
go/pkg/utils.h
test-infrastructure/tests/csharp/DatabricksTestConfiguration.cs