alamb commented on code in PR #5499:
URL: https://github.com/apache/arrow-rs/pull/5499#discussion_r1522292835
##########
arrow-array/examples/collection_arrays.rs:
##########
@@ -0,0 +1,65 @@
+use arrow_array::builder::{ArrayBuilder, ListBuilder, StringBuilder,
StructBuilder};
+use arrow_schema::{DataType, Field, Fields};
+use std::sync::Arc;
+
+fn main() {
Review Comment:
Thank you @istvan-fodor
Would it be possible to move this example into the doc comments (rather than
a separate example)? Putting it in the doc comments would ensure that this
example could be easily accessed from docs.rs.
--
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]