Skip to content

test: restore vector and hybrid named-argument coverage - #830

Open
jackylee-ch wants to merge 2 commits into
lance-format:mainfrom
jackylee-ch:test/split-search-named-args
Open

jackylee-ch wants to merge 2 commits into
lance-format:mainfrom
jackylee-ch:test/split-search-named-args

Conversation

@jackylee-ch

Copy link
Copy Markdown
Contributor

testNamedArguments was disabled because it mixed SEARCH assertions with VECTOR_SEARCH/HYBRID_SEARCH ones, and its own TODO asked for this split. Moves the SEARCH block into testSearchNamedArguments, which carries the same disabled reason as testSearchTableFunction.

Hybrid named arguments (candidates, rrf_k, search_columns, with_row_id) had no other running coverage: testHybridSearchTableFunction only exercises the positional form. No assertion changed.

3.5/2.12: 8 tests, 0 failures, 2 skipped. 3.4/2.12: 8 tests, 6 skipped by the version check.

testNamedArguments was disabled because it mixed SEARCH assertions with
VECTOR_SEARCH/HYBRID_SEARCH ones, and its own TODO asked for this split.
Move the SEARCH block into testSearchNamedArguments, which carries the same
disabled reason as testSearchTableFunction.

Hybrid named arguments (candidates, rrf_k, search_columns, with_row_id) had
no other running coverage: testHybridSearchTableFunction only exercises the
positional form. No assertion changed.
@github-actions github-actions Bot added the chore Features related to test, build, style improvements label Sep 15, 2026

@lance-gatekeeper lance-gatekeeper Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Gate recommendation: approve.

Separating the known-broken SEARCH assertions restores vector and hybrid named-argument coverage without changing production behavior or weakening the assertions. Keeping the SEARCH cases independently disabled also preserves a clear re-enable point for the lance-core fix.

@lance-gatekeeper lance-gatekeeper Bot added the K-approved Latest Gatekeeper recommendation permits acceptance. label Sep 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Features related to test, build, style improvements K-approved Latest Gatekeeper recommendation permits acceptance.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant