open-telemetry / otel-arrow

Protocol and libraries for sending and receiving OpenTelemetry data using Apache Arrow
Apache License 2.0
68 stars 13 forks source link

Propagate wrapped errors through concurrent batch processor #234

Closed jmacd closed 1 month ago

jmacd commented 1 month ago

The concurrent batch processor countedError does not have an Unwrap() method, which makes it unable to propagate errors through itself. This is, therefore, part of #227.