Skip to content

Feature Request: Go SDK for reading Lance datasets #8362

Description

@hiltonhe

Problem

Lance currently has Rust, Python, and Java SDKs, but no Go SDK. Go-based data infrastructure projects (filesystems, object storage gateways, data pipelines) that need to interact with Lance datasets have no official way to do so.

Concrete Example: JuiceFS

JuiceFS (10K+ stars) is integrating Lance dataset warmup support. The implementation needs to:

  1. Parse Lance manifests to discover data files
  2. Read V2 file footers and CMO tables for column-level metadata
  3. Map byte ranges to object storage slices for targeted cache warming

Without a Go SDK, we had to manually copy proto files, generate Go code, and write ~800 lines of format parsing logic — duplicating work that already exists in the Rust and Python SDKs.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions