davidhcoe commented on code in PR #697:
URL: https://github.com/apache/arrow-adbc/pull/697#discussion_r1211006098
##########
csharp/test/Apache.Arrow.Adbc.Tests/DriverConnectionTests.cs:
##########
@@ -0,0 +1,35 @@
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+
+namespace Apache.Arrow.Adbc.Tests
+{
+ /// <summary>
+ /// Abstract class for the ADBC connection tests.
+ /// </summary>
+ public abstract class DriverConnectionTests
Review Comment:
moved to a model where the base Adbc.Tests project does the validation, but
the respective drivers are responsible for passing in the values to be validated
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]