martin-g commented on code in PR #1833:
URL: https://github.com/apache/avro/pull/1833#discussion_r958272425
##########
lang/csharp/src/apache/main/IO/Encoder.cs:
##########
@@ -187,5 +187,10 @@ public interface Encoder
/// <param name="start">Position within data where the contents
start.</param>
/// <param name="len">Number of bytes to write.</param>
void WriteFixed(byte[] data, int start, int len);
+
+ /// <summary>
+ /// Flushes the encoder.
+ /// </summary>
+ void Flush();
Review Comment:
So, this PR could be merged as is only in 1.12.0.
For branch-1.11 we should cherry-pick the squashed commit from `master`,
remove this method and add an extra commit, right ?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]