Commits


Steve Suh authored and Eric Erhardt committed 974a74d9fe8
ARROW-5034: [C#] ArrowStreamWriter and ArrowFileWriter implement sync WriteRecordBatch `ArrowStreamWriter` and `ArrowFileWriter` currently only supports an `WriteRecordBatchAsync`. This PR implements a synced version of it. All the logic has been reused and all `async` calls have been replaced with `sync` counterparts. Closes #8146 from suhsteve/writerecordbatch Authored-by: Steve Suh <suhsteve@gmail.com> Signed-off-by: Eric Erhardt <eric.erhardt@microsoft.com>