[
https://issues.apache.org/jira/browse/ARROW-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-3841:
------------------------------
External issue URL: https://github.com/apache/arrow/issues/20326
> [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
> Fix For: 0.12.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> {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
(v8.20.10#820010)