forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-37651: [C#] expose ArrowArrayConcatenator.Concatenate (apach…
…e#37652) ### Rationale for this change New C# drivers need the ability to concatenate arrays, particularly for metadata calls. ### What changes are included in this PR? Converts a previously internal class and method to a public class and method. ### Are these changes tested? No substantive product changes were made. All tests still pass. ### Are there any user-facing changes? It exposes previously hidden functionality. Resolves apache#37651 * Closes: apache#37651 Lead-authored-by: David Coe <coedavid@umich.edu> Co-authored-by: davidhcoe <13318837+davidhcoe@users.noreply.github.com> Signed-off-by: David Li <li.davidm96@gmail.com>
- Loading branch information
Showing
2 changed files
with
6 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters