tustvold commented on code in PR #4381:
URL: https://github.com/apache/arrow-rs/pull/4381#discussion_r1223068169


##########
arrow-array/src/array/byte_array.rs:
##########
@@ -37,8 +37,8 @@ use std::sync::Arc;
 /// # Example: From a Vec
 ///
 /// ```
-/// # use arrow_array::{Array, GenericByteArray, types::Utf8Type};
-/// let arr: GenericByteArray<Utf8Type> = vec!["hello", "world", ""].into();
+/// # use arrow_array::{Array, StringArray};

Review Comment:
   I think we can safely assume some modicum of Rust competency, but we can 
discuss synchronously. If the user can only copy and paste code snippets 
without even a surface level comprehension of them, they're going to very 
quickly hit a wall



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