You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Steve Suh (Jira)" <ji...@apache.org> on 2020/09/09 05:00:00 UTC

[jira] [Created] (ARROW-9951) [C#] ArrowStreamWriter implement sync WriteRecordBatch

Steve Suh created ARROW-9951:
--------------------------------

             Summary: [C#] ArrowStreamWriter implement sync WriteRecordBatch
                 Key: ARROW-9951
                 URL: https://issues.apache.org/jira/browse/ARROW-9951
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C#
            Reporter: Steve Suh


Currently ArrowStreamWriter only supports async writing record batches.  We are currently using this in .NET for Apache Spark when we write arrow records [here|https://github.com/dotnet/spark/blob/aed9214c10470dba8831726251fb2ed171189ecc/src/csharp/Microsoft.Spark.Worker/Command/SqlCommandExecutor.cs#L396].  However, we would prefer to use a sync version instead.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)