This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from ba38ebe52 Seal ArrowNativeType and OffsetSizeTrait (#1028) (#1819)
add 8f1fd128e Add ScalarBuffer abstraction (#1811) (#1820)
No new revisions were added by this update.
Summary of changes:
arrow/src/buffer/mod.rs | 3 +
arrow/src/buffer/scalar.rs | 149 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 152 insertions(+)
create mode 100644 arrow/src/buffer/scalar.rs