Ulimo commented on a change in pull request #8694:
URL: https://github.com/apache/arrow/pull/8694#discussion_r529357556
##########
File path: csharp/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs
##########
@@ -343,7 +343,7 @@ private protected void WriteRecordBatchInternal(RecordBatch
recordBatch)
FinishedWritingRecordBatch(bodyLength + bodyPaddingLength,
metadataLength);
}
- private Tuple<ArrowRecordBatchFlatBufferBuilder, VectorOffset>
PreparingWritingRecordBatch(RecordBatch recordBatch)
+ private protected Tuple<ArrowRecordBatchFlatBufferBuilder,
VectorOffset> PreparingWritingRecordBatch(RecordBatch recordBatch)
Review comment:
reverted back
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]