Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
lance-format
/
lance
Public
Notifications
You must be signed in to change notification settings
Fork
850
Star
7.1k
Code
Issues
784
Pull requests
408
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
fix(fts): deterministic top-k tiebreak for tied scores
- #7846
#7846
Open
sbrunk
wants to merge 12 commits into
lance-format:main
lance-format/lance:main
from
sbrunk:fts-deterministic-topk-tiebreak
sbrunk/lance:fts-deterministic-topk-tiebreak
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
fix(fts): deterministic top-k tiebreak for tied scores
#7846
sbrunk
wants to merge 12 commits into
lance-format:main
lance-format/lance:main
from
sbrunk:fts-deterministic-topk-tiebreak
sbrunk/lance:fts-deterministic-topk-tiebreak
Copy head branch name to clipboard
Commits
Commits on Aug 11, 2026
fix(fts): deterministic top-k tiebreak (score DESC, row_id ASC)
Show description for aab73ab
sbrunk
committed
aab73ab
View commit details
Copy full SHA for aab73ab
Browse repository at this point
fix(fts): carry the top-k tiebreak through the segment and flat merges
Show description for d444595
sbrunk
committed
d444595
View commit details
Copy full SHA for d444595
Browse repository at this point
fix(fts): retain top-k candidates the WAND walk cannot rank
Show description for d8e6f0d
sbrunk
committed
d8e6f0d
View commit details
Copy full SHA for d8e6f0d
Browse repository at this point
fix(fts): sort element documents by doc_index in the plan top-k
Show description for af3c511
sbrunk
committed
af3c511
View commit details
Copy full SHA for af3c511
Browse repository at this point
perf(fts): bound and parallelize the cross-partition tie merge
Show description for bf86b94
sbrunk
committed
bf86b94
View commit details
Copy full SHA for bf86b94
Browse repository at this point
test(fts): cover element-document ties end to end
Show description for 2a45266
sbrunk
committed
2a45266
View commit details
Copy full SHA for 2a45266
Browse repository at this point
perf(fts): cache element coordinate columns per partition
Show description for 6f56079
sbrunk
committed
6f56079
View commit details
Copy full SHA for 6f56079
Browse repository at this point
fix(fts): bound the address-ordered tie band
Show description for 993dc04
sbrunk
committed
993dc04
View commit details
Copy full SHA for 993dc04
Browse repository at this point
docs(fts): correct three comments about the top-k tiebreak
Show description for c92f250
sbrunk
committed
c92f250
View commit details
Copy full SHA for c92f250
Browse repository at this point
style(fts): unwrap a stray-whitespace assertion message
sbrunk
committed
0746423
View commit details
Copy full SHA for 0746423
Browse repository at this point
test(fts): cover the flat-only leaf top-k tiebreak
Show description for ce23e32
sbrunk
committed
ce23e32
View commit details
Copy full SHA for ce23e32
Browse repository at this point
docs(fts): describe what a flat-only scan actually interleaves
sbrunk
committed
eb66f95
View commit details
Copy full SHA for eb66f95
Browse repository at this point
You can’t perform that action at this time.