Skip to content

feat: support BinaryView in packed blob writer via iterator-based extraction #7789

Description

@justinrmiller

Follow-up on optional feedback from @wjones127's review of #7743.

Two related suggestions from the review, both in python/src/blob.rs:

  1. Add BinaryView support. Would love to support BinaryView in addition to Binary/LargeBinary.

  2. Extract via an iterator instead of offset-specific code. Rather than writing code specific to the offset-based binary arrays (Binary and LargeBinary), add a function that extracts an iterator — like the existing pattern for strings in rust/lance-arrow/src/lib.rs#L470-L476. Then adding BinaryView support becomes trivial.

Good first issue: add an iterator-based binary extraction helper (mirroring the string helper), refactor the blob writer to use it, and extend it to cover BinaryView.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions