Commits

Kouhei Sutou authored 2c90eff02c2
ARROW-2829: [GLib] Add GArrowORCFileReader c_glib/test/fixture/TestOrcFile.test1.orc is copied from https://github.com/apache/orc/blob/master/examples/TestOrcFile.test1.orc . Its license is Apache License 2.0. Author: Kouhei Sutou <kou@clear-code.com> Closes #2250 from kou/glib-support-orc and squashes the following commits: db0404af [Kouhei Sutou] [GLib] Use ORC term not Arrow term for consistency f7682f79 [Kouhei Sutou] [GLib] Add GObject Introspection version check for old one 43dd9ba6 [Kouhei Sutou] [GLib] Enable ORC on Travis CI 4ac6407a [Kouhei Sutou] [deb] Add arrow-glib-orc.pc 9c7ab775 [Kouhei Sutou] [GLib] Clean private related code 61b882f5 [Kouhei Sutou] [GLib] Use accessor for field indexes for future API extension 7f0c2243 [Kouhei Sutou] [GLib] Fix install error with Meson + ORC 40aadaac [Kouhei Sutou] [GLib] Add GArrowORCFileReader