davidhcoe commented on code in PR #38154:
URL: https://github.com/apache/arrow/pull/38154#discussion_r1352759929
##########
csharp/src/Apache.Arrow/Arrays/ArrayDataConcatenator.cs:
##########
@@ -20,9 +20,9 @@
namespace Apache.Arrow
{
- static class ArrayDataConcatenator
+ public class ArrayDataConcatenator
{
- internal static ArrayData Concatenate(IReadOnlyList<ArrayData>
arrayDataList, MemoryAllocator allocator = default)
+ public static ArrayData Concatenate(IReadOnlyList<ArrayData>
arrayDataList, MemoryAllocator allocator = default)
Review Comment:
It is in addition to that. That was done last week and this was missed.
--
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]