Commits


Weston Pace authored and Yibo Cai committed 2ed54dbdb8d
ARROW-12325: [C++] [CI] Nightly gandiva build failing due to failure of compiler to move return value Gandiva build failure caused by failure of GCC 4.8.2 compiler to automatically move return value. Failed build: https://github.com/ursacomputing/crossbow/runs/2303374510 Godbolt showing I'm not crazy: https://gcc.godbolt.org/z/x138zevhE Closes #9975 from westonpace/bugfix/ARROW-12325 Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Yibo Cai <yibo.cai@arm.com>