lance-format / lance-format/lance

Add method to quickly check for and load latest version

Open
#1,124 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

It would be nice to have a method to load the latest version of a dataset that is already loaded, and do so as cheaply as possible. Importantly, the cache should be kept, and the cost of checking for a newer version should be no more than a HEAD request.

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 files, tests, or entry points are named. Start by locating the dataset loading and versioning API, then inspect how its cache is maintained and whether a HEAD request can check for updates. Done means a method can cheaply detect and load the latest version while preserving the existing cache.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.