Happy to make a follow up issue but I'd also love Eq and Default to be implemented on OffsetBuffer, which should be a simple derive because it's defined as
pub struct OffsetBuffer<O: ArrowNativeType>(ScalarBuffer<O>);
Originally posted by @kylebarron in #7411