Commits


Kouhei Sutou authored and Krisztián Szűcs committed b6b085ba215
ARROW-4980: [GLib] Use GInputStream as the parent of GArrowInputStream If we use GInputStream as the parent of GArrowInputStream, we can use GInputStream related feature such as encoding conversion to Arrow's input stream. Author: Kouhei Sutou <kou@clear-code.com> Closes #3997 from kou/glib-gio-input-stream and squashes the following commits: 57381937 <Kouhei Sutou> Use GInputStream as the parent of GArrowInputStream