Skip to content

fix: restore namespace build after DatasetIndexExt move#6302

Merged
Xuanwo merged 3 commits intomainfrom
xuanwo/fix-main-ci-after-6280
Mar 26, 2026
Merged

fix: restore namespace build after DatasetIndexExt move#6302
Xuanwo merged 3 commits intomainfrom
xuanwo/fix-main-ci-after-6280

Conversation

@Xuanwo
Copy link
Copy Markdown
Collaborator

@Xuanwo Xuanwo commented Mar 26, 2026

This fixes the main-branch CI failure introduced after #6280 moved DatasetIndexExt into lance. rust/lance-namespace-impls/src/dir.rs still imported and referenced the old lance_index::DatasetIndexExt path, which broke the Java JNI workflow when it compiled the namespace implementation.

@github-actions github-actions Bot added the bug Something isn't working label Mar 26, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Review

Clean, minimal fix. The import path updates from lance_index::DatasetIndexExt to lance::index::DatasetIndexExt are correct and consistent across both the main code and tests. The reformatting of the index_statistics call is a natural consequence of the shorter path. No issues found.

LGTM.

🤖 Generated with Claude Code

@Xuanwo Xuanwo merged commit c54f529 into main Mar 26, 2026
27 checks passed
@Xuanwo Xuanwo deleted the xuanwo/fix-main-ci-after-6280 branch March 26, 2026 11:28
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 26, 2026

Codecov Report

❌ Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
rust/lance-namespace-impls/src/dir.rs 0.00% 5 Missing ⚠️

📢 Thoughts on this report? Let us know!

wjones127 pushed a commit to wjones127/lance that referenced this pull request Mar 29, 2026
…#6302)

This fixes the main-branch CI failure introduced after lance-format#6280 moved
`DatasetIndexExt` into `lance`. `rust/lance-namespace-impls/src/dir.rs`
still imported and referenced the old `lance_index::DatasetIndexExt`
path, which broke the Java JNI workflow when it compiled the namespace
implementation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants