viirya commented on code in PR #3529:
URL: https://github.com/apache/arrow-rs/pull/3529#discussion_r1070364183


##########
arrow-data/src/data.rs:
##########
@@ -541,8 +610,9 @@ impl ArrayData {
         size
     }
 
-    /// Creates a zero-copy slice of itself. This creates a new [ArrayData]
-    /// with a different offset, len and a shifted null bitmap.
+    /// Creates a zero-copy slice of itself. This creates a new
+    /// [ArrayData] pointing at the same underlying [`Buffer`]s with a
+    /// different offset, len and a shifted null bitmap.

Review Comment:
   ```suggestion
       /// [`ArrayData`] pointing at the same underlying [`Buffer`]s with a
       /// different offset, len and a shifted null bitmap.
   ```



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