Commits


Kouhei Sutou authored and Uwe L. Korn committed 933b32b612a
ARROW-2388: [C++] Use valid_bytes API for StringBuilder::Append Because Append of other builders use valid_bytes not null_bytes. Author: Kouhei Sutou <kou@clear-code.com> Closes #1833 from kou/cpp-string-array-builder-append-valid-bytes and squashes the following commits: 47b2158 <Kouhei Sutou> Fix format 5c03f85 <Kouhei Sutou> Use valid_bytes API for StringBuilder::Append