Commit b8faff5
feat(csharp): bump driver version to 1.1.0 (#386)
## Summary
- Updates `hiveserver2` submodule to pick up
[adbc-drivers/hiveserver2#32](adbc-drivers/hiveserver2#32),
which makes `ProductVersionDefault` a virtual property in
`SparkConnection`
- Overrides `ProductVersionDefault` in `DatabricksConnection` to report
`1.1.0` in User-Agent headers
## Test plan
- [ ] Verify User-Agent header reports `ADBCDatabricksDriver/1.1.0` in
query history
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d59a826 commit b8faff5
File tree
4 files changed
+5
-3
lines changed- csharp
- src
- StatementExecution
4 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Submodule hiveserver2 updated 8 files
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
441 | 442 | | |
442 | 443 | | |
443 | 444 | | |
| 445 | + | |
444 | 446 | | |
445 | 447 | | |
446 | 448 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| |||
0 commit comments