This is an automated email from the ASF dual-hosted git repository.
jeffreyvo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/main by this push:
new f4fe4476e4 minor: re-export `OffsetBufferBuilder` in `arrow` crate
(#7077)
f4fe4476e4 is described below
commit f4fe4476e4cf1e95c1dde9d0a21dcafa5ecde711
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Feb 6 04:27:17 2025 -0500
minor: re-export `OffsetBufferBuilder` in `arrow` crate (#7077)
---
arrow-array/src/builder/buffer_builder.rs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arrow-array/src/builder/buffer_builder.rs
b/arrow-array/src/builder/buffer_builder.rs
index ab67669feb..c0cabb1f73 100644
--- a/arrow-array/src/builder/buffer_builder.rs
+++ b/arrow-array/src/builder/buffer_builder.rs
@@ -16,6 +16,8 @@
// under the License.
pub use arrow_buffer::BufferBuilder;
+pub use arrow_buffer::OffsetBufferBuilder;
+
use half::f16;
use crate::types::*;