andygrove commented on code in PR #2711:
URL: https://github.com/apache/arrow-rs/pull/2711#discussion_r968694826


##########
arrow-schema/src/schema.rs:
##########
@@ -53,7 +52,9 @@ impl Schema {
     /// # Example
     ///
     /// ```
-    /// # use arrow::datatypes::{Field, DataType, Schema};
+    /// # use arrow_schema::field::Field;
+    /// # use arrow_schema::datatype::DataType;
+    /// # use arrow_schema::schema::Schema;

Review Comment:
   Maybe we should also consider adding a `prelude.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]

Reply via email to