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


##########
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:
   Could we re-export these types in the root so users can just `use 
arrow_schema::{Field, DataType, Schema}`?



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