Commits


Kouhei Sutou authored and Wes McKinney committed f1bd49d5bb3
ARROW-931: [GLib] Reconstruct input stream * GArrowRandomAccessFile -> GArrowSeekableInputStream * GArrowBufferReader -> GArrowBufferInputStream * GArrowMemoryMappedFile -> GArrowMemoryMappedInputStream Author: Kouhei Sutou <kou@clear-code.com> Closes #628 from kou/glib-reconstruct-input-stream and squashes the following commits: 3488cad [Kouhei Sutou] [GLib] Reconstruct input stream