thisisnic commented on a change in pull request #10404:
URL: https://github.com/apache/arrow/pull/10404#discussion_r661780849



##########
File path: csharp/examples/FluentBuilderExample/Program.cs
##########
@@ -51,7 +51,7 @@ public static async Task Main(string[] args)
             using (var writer = new ArrowFileWriter(stream, 
recordBatch.Schema))
             {
                 await writer.WriteRecordBatchAsync(recordBatch);
-                await writer.WriteFooterAsync();
+                await writer.WriteEndAsync();

Review comment:
       I was planning to revert this, will mark this PR as a draft to flag 
this, sorry!




-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to