HaoYang670 commented on code in PR #2127: URL: https://github.com/apache/arrow-rs/pull/2127#discussion_r927413007
########## arrow/src/array/builder/mod.rs: ########## @@ -53,6 +54,7 @@ pub use generic_binary_builder::GenericBinaryBuilder; pub use generic_list_builder::GenericListBuilder; pub use generic_string_builder::GenericStringBuilder; pub use map_builder::MapBuilder; +pub use null_buffer_builder::NullBufferBuilder; Review Comment: Good catch! -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org