Commits


Adam Reeve authored and GitHub committed 1140ad39b26
GH-32240: [C#] Support decompression when reading an IPC stream from ReadOnlyMemory (#34108) This is a small follow-up to #33603 to support reading a compressed IPC stream from a `ReadOnlyMemory<byte>`, as I missed that this has a separate reader implementation. * Closes: #32240 Authored-by: Adam Reeve <adreeve@gmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>