lance-format / lance-format/lance

Reduce datafusion dependency in lance-index-core

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

Nobody has claimed this yet.

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

Description

Ideally we'd be able to completely remove the datafusion dependency. However, I'm worried we do not have a good expression language and I think that might be required. At the very least, I believe we should be able to remove some of the heavier datafusion pieces from the crate. This crate is intended to be as lightweight as possible, ideally only depending on Arrow.

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

Start by inspecting the lance-index-core dependency declaration and locating its DataFusion usages, especially any expression-language requirements. Done means removing unnecessary heavy DataFusion pieces while preserving the required expression support and keeping the crate as close to Arrow-only as practical.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
data-engineering
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.