alamb commented on PR #4871:
URL: https://github.com/apache/arrow-rs/pull/4871#issuecomment-1739980167
Can we also implement `Debug` for `ArrowColumnWriter`?
```
93 | #[derive(Debug, Clone)]
| ----- in this derive macro expansion
...
98 | col_writers: Vec<ArrowColumnWriter>
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `ArrowColumnWriter` cannot be
formatted using `{:?}` because it doesn't implement `Debug`
|
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]