istvan-fodor commented on code in PR #5499:
URL: https://github.com/apache/arrow-rs/pull/5499#discussion_r1522317919
##########
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:
Yes, I’ll try to take care of this tomorrow
--
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]