Commits


Kenta Murata authored and Korn, Uwe committed 35b28719fbf
ARROW-4535: [C++] Fix MakeBuilder to preserve ListType's field name MakeBuilder doesn't preserve the field name in the given ListType. I think this is a bug. Author: Kenta Murata <mrkn@mrkn.jp> Closes #3619 from mrkn/fix_make_builder_to_preserve_field_name_of_list_type and squashes the following commits: e4d85978 <Kenta Murata> Fix c_glib's test 8fc747a6 <Kenta Murata> Fix MakeBuilder to preserve ListType's field name