lance-format / lance-format/lance

Manual specification of UUID by users is no longer supported under the Segmented index distributed index building framework.

Open
#7,032 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Rust
Stars
7.1k
Forks
852
Avg merge
3d 18h
Merged PRs (30d)
272

Description

In the segmented case, distributed builds move from "a single index written in a distributed fashion, then a final merge" to "creating multiple independent segments in a distributed fashion" — each worker produces one canonical segment(At query time the segments of one logical index are unioned automatically.)

Manual UUIDs are no longer supported because each worker must produce a distinct physical segment with its own UUID; user-specified UUIDs can collide across workers and corrupt or overwrite segment outputs.

In general, under the framework of segmented index, users should be prohibited from manually specifying the index UUID regardless of whether the index is created in a distributed or standalone manner.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file, test, or entry point is identified in the issue. Start by tracing segmented index creation and UUID handling, then verify that manually supplied UUIDs are rejected for both distributed and standalone segmented builds.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
databases, distributed-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.