Commits


Kouhei Sutou authored and Wes McKinney committed e438e15172b
ARROW-1217: [GLib] Add GInputStream based arrow::io::RandomAccessFile `GInputStream` provides many input types such as local file, in memory data, socket including TLS support. It's useful to read data from many data sources. Author: Kouhei Sutou <kou@clear-code.com> Closes #845 from kou/glib-support-ginput-stream and squashes the following commits: 59247ba7 [Kouhei Sutou] [GLib] Disable GSettings related codes in Go example 268a5fb3 [Kouhei Sutou] [GLib] Remove needless gdk-3.0 dependency in Go example 9e54e7b6 [Kouhei Sutou] [GLib] Update dependency in Go example ec2ddaca [Kouhei Sutou] [GLib] Add GInputStream based arrow::io::RandomAccessFile