birschick-bq commented on code in PR #2365: URL: https://github.com/apache/arrow-adbc/pull/2365#discussion_r1924418605
########## csharp/test/Drivers/Apache/Common/ComplexTypesValueTests.cs: ########## @@ -28,7 +28,7 @@ namespace Apache.Arrow.Adbc.Tests.Drivers.Apache.Common /// <summary> /// Validates that specific complex structured types can be inserted, retrieved and targeted correctly /// </summary> - public class ComplexTypesValueTests<TConfig, TEnv> : TestBase<TConfig, TEnv> + public abstract class ComplexTypesValueTests<TConfig, TEnv> : TestBase<TConfig, TEnv> Review Comment: It is unnecessary. I'm surprise it wasn't flagged in VS2022. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org