You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/04/20 12:01:00 UTC

[jira] [Updated] (ARROW-15508) [C++] Making warning handler configurable

     [ https://issues.apache.org/jira/browse/ARROW-15508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raúl Cumplido updated ARROW-15508:
----------------------------------
    Fix Version/s: 9.0.0
                       (was: 8.0.0)

> [C++] Making warning handler configurable
> -----------------------------------------
>
>                 Key: ARROW-15508
>                 URL: https://issues.apache.org/jira/browse/ARROW-15508
>             Project: Apache Arrow
>          Issue Type: Wish
>          Components: C++, Python
>            Reporter: Antoine Pitrou
>            Priority: Major
>             Fix For: 9.0.0
>
>
> We emit warnings in a few places where either we don't want to raise an error, or we simply cannot do so (for example in a destructor, or a void-returning handler to a foreign library). Currently, warnings are printed out in an inflexible log format specific to Arrow C++. It would be much better to make the emission of warnings configurable (for example, PyArrow would probably like to redirect them to the Python warnings machinery).



--
This message was sent by Atlassian Jira
(v8.20.7#820007)