viirya commented on code in PR #3567:
URL: https://github.com/apache/arrow-rs/pull/3567#discussion_r1081732220
##########
arrow-flight/src/error.rs:
##########
@@ -31,7 +33,7 @@ pub enum FlightError {
/// An error occured during decoding
DecodeError(String),
/// Some other (opaque) error
Review Comment:
```suggestion
/// External error that can provide source of error by calling
`Error::source`.
```
--
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]