Commits


Kouhei Sutou authored and Wes McKinney committed 5c155c3538b
ARROW-1075: [GLib] Fix build error on macOS int64_t is "long long" but gint64 is "long". Author: Kouhei Sutou <kou@clear-code.com> Closes #719 from kou/glib-fix-build-error-on-macos and squashes the following commits: ee51ffb [Kouhei Sutou] [GLib] Fix build error on macOS