We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83daafc commit 89ef3e1Copy full SHA for 89ef3e1
csharp/src/Drivers/Apache/Spark/SparkConnection.cs
@@ -28,7 +28,7 @@ namespace Apache.Arrow.Adbc.Drivers.Apache.Spark
28
internal abstract class SparkConnection : HiveServer2Connection
29
{
30
protected const string ProductVersionDefault = "1.0.0";
31
- protected const string DriverName = "ADBC Spark Driver";
+ protected virtual string DriverName => "ADBC Spark Driver";
32
private const string ArrowVersion = "1.0.0";
33
private readonly Lazy<string> _productVersion;
34
0 commit comments