tustvold commented on code in PR #5785:
URL: https://github.com/apache/arrow-rs/pull/5785#discussion_r1606552588
##########
arrow-json/src/writer/encoder.rs:
##########
@@ -509,18 +519,40 @@ impl<'a> Encoder for MapEncoder<'a> {
}
}
-struct FixedSizeBinaryEncoder<'a>(&'a FixedSizeBinaryArray);
+trait ValueAsBytes {
Review Comment:
FWIW you can possibly use ArrayAccessor instead of needing to define a new
trait for this
--
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]