kylebarron commented on code in PR #6542:
URL: https://github.com/apache/arrow-rs/pull/6542#discussion_r1796152757
##########
arrow-array/src/builder/generic_bytes_dictionary_builder.rs:
##########
@@ -273,6 +273,12 @@ where
self.keys_builder.append_null()
}
+ /// Infalibly append `n` null slots into the builder
Review Comment:
```suggestion
/// Infallibly append `n` null slots into the builder
```
--
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]