alamb commented on code in PR #6240:
URL: https://github.com/apache/arrow-rs/pull/6240#discussion_r1715775840


##########
arrow-array/src/builder/generic_bytes_view_builder.rs:
##########
@@ -65,7 +65,7 @@ impl BlockSizeGrowthStrategy {
 /// # Append Values
 ///
 /// To avoid bump allocating, this builder allocates data in fixed size 
blocks, configurable
-/// using [`GenericByteViewBuilder::with_block_size`]. 
[`GenericByteViewBuilder::append_value`]
+/// using [`GenericByteViewBuilder::with_fixed_block_size`]. 
[`GenericByteViewBuilder::append_value`]

Review Comment:
   `with_block_size` is actually deprecated now so update to use the non 
deprecated form



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