Commits


Kouhei Sutou authored and Korn, Uwe committed e5e44903748
ARROW-3733: [GLib] Add to_string() to GArrowTable and GArrowColumn This changes have many test code change. It's caused by changing table check way from dumped text comparison to direct table comparison. If we use direct table comparison, dump text format change doesn't effect test code. We'll get more stable test suite by this change. Author: Kouhei Sutou <kou@clear-code.com> Closes #2925 from kou/glib-table-to-string and squashes the following commits: ffdf3c53 <Kouhei Sutou> Add to_string() to GArrowTable and GArrowColumn