Commit afbcedd
authored
feat(csharp): make DriverName virtual in SparkConnection to enable driver-specific identification (#3893)
## Summary
Converts `DriverName` from a constant to a virtual property in
`SparkConnection`, enabling derived drivers (Databricks) to properly
identify themselves in GetInfo API responses and User-Agent headers.
Associated PR:
[https://github.com/adbc-drivers/databricks/pull/127](https://github.com/adbc-drivers/databricks/pull/127)1 parent 83daafc commit afbcedd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments