You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/30 19:55:55 UTC

[GitHub] [arrow] eerhardt commented on a change in pull request #10404: ARROW-12876: [R] Fix build flags on Raspberry Pi

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



##########
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:
       This looks like a bad merge. Were you expecting to make a change here? Can this be reverted?




-- 
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-unsubscribe@arrow.apache.org

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