Commits


Kouhei Sutou authored and Korn, Uwe committed d61988d9bc1
ARROW-3638: [C++][Python] Move reading from Feather as Table feature to C++ from Python It's for using the feature from GLib. (I know Feather is deprecated format.) Author: Kouhei Sutou <kou@clear-code.com> Closes #2853 from kou/cpp-feather and squashes the following commits: a30ceaa4 <Kouhei Sutou> Remove unused import 2f84233b <Kouhei Sutou> Fix style fec8632e <Kouhei Sutou> Fix style ed596a66 <Kouhei Sutou> Add missing status check b042f181 <Kouhei Sutou> Use int to suppress warning on MSVC e225a77e <Kouhei Sutou> Move reading from feather as Table feature to C++ from Python