nathaniel-d-ef commented on code in PR #8759:
URL: https://github.com/apache/arrow-rs/pull/8759#discussion_r2722314189
##########
arrow-avro/src/reader/mod.rs:
##########
@@ -749,7 +749,7 @@ impl Decoder {
buf: &[u8],
magic: &[u8; MAGIC_LEN],
fingerprint_from: impl FnOnce([u8; N]) -> Fingerprint,
- ) -> Result<Option<usize>, ArrowError> {
+ ) -> Result<Option<usize>> {
Review Comment:
Totally fair, I'm fine leaning more on the explicit side, it doesn't hurt.
I'll adjust.
--
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]