alamb commented on code in PR #8433:
URL: https://github.com/apache/arrow-rs/pull/8433#discussion_r2389031002


##########
arrow-avro/Cargo.toml:
##########
@@ -43,6 +43,7 @@ canonical_extension_types = 
["arrow-schema/canonical_extension_types"]
 md5 = ["dep:md5"]
 sha256 = ["dep:sha2"]
 small_decimals = []
+avro_custom_types = []

Review Comment:
   - Filed https://github.com/apache/arrow-rs/issues/8504 to track
   
   (though I see you documented the flags on the crate's `lib.rs` docs as well)



##########
arrow-avro/src/lib.rs:
##########
@@ -208,6 +208,13 @@
 //! - [`compression`]: codecs used for OCF blocks (i.e., Deflate, Snappy, 
Zstandard).
 //! - [`codec`]: internal Avro↔Arrow type conversion and row decode/encode 
plans.
 //!
+//! ### Features

Review Comment:
   👍 



-- 
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]

Reply via email to