Commits


Wes McKinney authored and Sutou Kouhei committed 04d25fb758c
ARROW-9500: [C++] Do not use std::to_string to fix segfault on gcc 7.x in -O3 builds This works around a bug in gcc https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86274 Closes #7781 from wesm/gcc-7-segfault Authored-by: Wes McKinney <wesm@apache.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>