Commits


Antoine Pitrou authored and Benjamin Kietzman committed 482ac5fa763
ARROW-10867: [C++] Workaround gcc internal compiler error Several gcc versions (from at least 7.x to 10.x) crash on the current development version of Arrow. Upstream bug report is at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98282 Closes #8923 from pitrou/ARROW-10867-internal-gcc-error Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>