kronic commented on code in PR #369:
URL: https://github.com/apache/arrow-dotnet/pull/369#discussion_r3409727511
##########
src/Apache.Arrow/ArrowBuffer.cs:
##########
@@ -25,7 +25,7 @@ namespace Apache.Arrow
private readonly SharedMemoryHandle _handle;
private readonly ReadOnlyMemory<byte> _memory;
- public static ArrowBuffer Empty => new ArrowBuffer(Memory<byte>.Empty);
+ public static ArrowBuffer Empty { get; } new
ArrowBuffer(Memory<byte>.Empty);
Review Comment:
Ok
--
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]