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


##########
arrow-array/src/array/binary_array.rs:
##########
@@ -217,84 +217,10 @@ where
     }
 }
 
-/// An array of `[u8]` using `i32` offsets
-///
-/// The byte length of each element is represented by an i32.

Review Comment:
   Rather than storing a potentially incomplete snapshot of the examples on the 
typedef, we instead link through to the underlying type which then contains 
documentation examples.
   
   This not only avoids a huge amount of duplication, but makes it clearer 
where people should look for the examples
   
   FYI @alamb as you added many of these in #4379



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