Commits


Kouhei Sutou authored and Wes McKinney committed 0cc777f5764
ARROW-3841: [C++] Suppress catching polymorphic type by value warning ../src/arrow/compute/compute-test.cc: In member function 'virtual void arrow::compute::TestCast_StringToNumber_Test::TestBody()': ../src/arrow/compute/compute-test.cc:917:17: warning: catching polymorphic type 'class std::runtime_error' by value [-Wcatch-value=] } catch (std::runtime_error) { ^~~~~~~~~~~~~ Author: Kouhei Sutou <kou@clear-code.com> Closes #3003 from kou/master and squashes the following commits: d020eb94a <Kouhei Sutou> Suppress catching polymorphic type by value warning ffe88b06d <Kouhei Sutou> Suppress catching polymorphic type by value warning