lance-format / lance-format/lance-data-viewer
[feat]: Add SQL support
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 60
- Forks
- 9
- Avg merge
- 10m
- Merged PRs (30d)
- 4
Description
Summary
Hi team, I'm wondering after we've loaded lance dataset, can we add SQL support, so we only view fields / columns we care about? For example, I have 20+ columns, rendering of the columns is expensive and visually messy.
Use case
See issue description for details.
Proposed approach
No response
Design constraint check
- I have read CONTRIBUTING.md and this proposal does not conflict with the load-bearing design constraints.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the code path that loads a Lance dataset and renders its columns, then determine where SQL querying or column selection would fit. Done means users can request only the fields they need and avoid rendering the full set of columns; the issue does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100