[
https://issues.apache.org/jira/browse/ARROW-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-3841:
----------------------------------
Labels: pull-request-available (was: )
> [C++] warning: catching polymorphic type by value
> -------------------------------------------------
>
> Key: ARROW-3841
> URL: https://issues.apache.org/jira/browse/ARROW-3841
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Affects Versions: 0.11.1
> Reporter: Kouhei Sutou
> Assignee: Kouhei Sutou
> Priority: Minor
> Labels: pull-request-available
>
> {code}
> ../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) {
> ^~~~~~~~~~~~~
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)