Skip to content

Commit 4f2d4ec

Browse files
authored
fix(csharp/src/Apache.Arrow.Adbc): Expose extensions to package in NuGet (#3609)
Exposes the ListArrayExtensions and StandardSchemaExtensions to prepare for the Foundry integration. Co-authored-by: David Coe <>
1 parent 4b868ac commit 4f2d4ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/src/Apache.Arrow.Adbc/Extensions/ListArrayExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
namespace Apache.Arrow.Adbc.Extensions
2323
{
24-
internal static class ListArrayExtensions
24+
public static class ListArrayExtensions
2525
{
2626
/// <summary>
2727
/// Builds a <see cref="ListArray"/> from a list of <see cref="IArrowArray"/> data for the given datatype <see cref="IArrowArray"/>.

csharp/src/Apache.Arrow.Adbc/Extensions/StandardSchemaExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
namespace Apache.Arrow.Adbc.Extensions
2424
{
25-
internal static class StandardSchemaExtensions
25+
public static class StandardSchemaExtensions
2626
{
2727

2828
/// <summary>

0 commit comments

Comments
 (0)