-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Component: C++Component: PythonStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
Description
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).
Reporter: Antoine Pitrou / @pitrou
Related issues:
- [C++][Python] Log warning when user tries to write parquet table with incompatible type (is related to)
Note: This issue was originally created as ARROW-15508. Please see the migration documentation for further details.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: C++Component: PythonStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement