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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org