alamb commented on code in PR #7434:
URL: https://github.com/apache/arrow-rs/pull/7434#discussion_r2100013031
##########
arrow-avro/src/codec.rs:
##########
@@ -139,6 +155,11 @@ pub enum Codec {
Binary,
/// String data represented as UTF-8 encoded bytes, corresponding to
Arrow's StringArray
Utf8,
+ /// String data represented as UTF-8 encoded bytes with an optimized view
representation,
Review Comment:
This is not pub it seems:
https://docs.rs/arrow-avro/latest/arrow_avro/?search=Codec
Though now I look it seems there is nothing that is pub:
https://docs.rs/arrow-avro/latest/arrow_avro/all.html 🤔
--
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]