Skip to content

feat: support GEO RTree index#5034

Merged
jackye1995 merged 1 commit intolance-format:mainfrom
ddupg:feat/geo-type
Jan 7, 2026
Merged

feat: support GEO RTree index#5034
jackye1995 merged 1 commit intolance-format:mainfrom
ddupg:feat/geo-type

Conversation

@ddupg
Copy link
Copy Markdown
Contributor

@ddupg ddupg commented Oct 22, 2025

No description provided.

@github-actions github-actions Bot added enhancement New feature or request python java labels Oct 22, 2025
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread rust/lance-index/src/scalar.rs Outdated
@ddupg ddupg mentioned this pull request Oct 22, 2025
@ddupg ddupg marked this pull request as draft October 22, 2025 12:52
@ddupg ddupg force-pushed the feat/geo-type branch 2 times, most recently from 101e660 to 5352673 Compare October 23, 2025 10:11
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Oct 23, 2025

Copy link
Copy Markdown

@Kontinuation Kontinuation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm very interested in your work. After a preliminary review of the code, I have a few suggestions/comments

Comment thread rust/lance-index/src/scalar/rtree.rs Outdated
Comment thread rust/lance-index/src/scalar/rtree.rs
@ddupg ddupg force-pushed the feat/geo-type branch 3 times, most recently from 135714d to 75c7b08 Compare October 28, 2025 09:37
@ddupg ddupg marked this pull request as ready for review October 28, 2025 10:43
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread rust/lance-index/src/scalar.rs Outdated
@ddupg ddupg force-pushed the feat/geo-type branch 2 times, most recently from c00e492 to e1ffeb1 Compare November 3, 2025 09:50
@ddupg
Copy link
Copy Markdown
Contributor Author

ddupg commented Nov 5, 2025

The python example is currently blocked at #5144

@ddupg ddupg force-pushed the feat/geo-type branch 5 times, most recently from fbdd59f to 49cfef2 Compare November 11, 2025 02:42
@ddupg ddupg force-pushed the feat/geo-type branch 3 times, most recently from 5b53354 to 0b29e09 Compare November 19, 2025 14:07
@ddupg ddupg force-pushed the feat/geo-type branch 11 times, most recently from d4473b1 to 4484700 Compare December 9, 2025 09:04
@ddupg ddupg force-pushed the feat/geo-type branch 2 times, most recently from b67322d to 58602a7 Compare December 16, 2025 03:36
jackye1995 pushed a commit that referenced this pull request Dec 20, 2025
This PR proposes adding the R-Tree index specification to the Lance
table format. For implementation details please see #5034

Feel free to leave comments or share feedback
@ddupg ddupg force-pushed the feat/geo-type branch 3 times, most recently from 4ec386f to 65c6e78 Compare December 29, 2025 09:37
wjones127 pushed a commit to wjones127/lance that referenced this pull request Dec 30, 2025
This PR proposes adding the R-Tree index specification to the Lance
table format. For implementation details please see lance-format#5034

Feel free to leave comments or share feedback
@ddupg ddupg force-pushed the feat/geo-type branch 3 times, most recently from e9e4628 to f3736eb Compare January 6, 2026 08:09
Change-Id: Ic057263d3ff4e9dc7d5874e0b92687b551cfb836
@ddupg
Copy link
Copy Markdown
Contributor Author

ddupg commented Jan 7, 2026

Could @jackye1995 please review this again when you have time?

Copy link
Copy Markdown
Contributor

@jackye1995 jackye1995 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me! I think all the old comments are addressed, and I am good with the current implementation. Thanks for pushing this through!

@jackye1995 jackye1995 merged commit a526684 into lance-format:main Jan 7, 2026
26 of 29 checks passed
jackye1995 pushed a commit to jackye1995/lance that referenced this pull request Jan 21, 2026
This PR proposes adding the R-Tree index specification to the Lance
table format. For implementation details please see lance-format#5034

Feel free to leave comments or share feedback
jackye1995 pushed a commit to jackye1995/lance that referenced this pull request Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request java python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants