diff --git a/csharp/src/Apache.Arrow.Adbc/Extensions/ListArrayExtensions.cs b/csharp/src/Apache.Arrow.Adbc/Extensions/ListArrayExtensions.cs index 749af550cf..917347fcd2 100644 --- a/csharp/src/Apache.Arrow.Adbc/Extensions/ListArrayExtensions.cs +++ b/csharp/src/Apache.Arrow.Adbc/Extensions/ListArrayExtensions.cs @@ -21,7 +21,7 @@ namespace Apache.Arrow.Adbc.Extensions { - internal static class ListArrayExtensions + public static class ListArrayExtensions { /// /// Builds a from a list of data for the given datatype . diff --git a/csharp/src/Apache.Arrow.Adbc/Extensions/StandardSchemaExtensions.cs b/csharp/src/Apache.Arrow.Adbc/Extensions/StandardSchemaExtensions.cs index 6b1dc48f99..1c4fb0d946 100644 --- a/csharp/src/Apache.Arrow.Adbc/Extensions/StandardSchemaExtensions.cs +++ b/csharp/src/Apache.Arrow.Adbc/Extensions/StandardSchemaExtensions.cs @@ -22,7 +22,7 @@ namespace Apache.Arrow.Adbc.Extensions { - internal static class StandardSchemaExtensions + public static class StandardSchemaExtensions { ///