Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: seek row for sorted columns #5238

Merged
merged 21 commits into from
Apr 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo
Co-authored-by: Ryan Caudy <rcaudy@gmail.com>
  • Loading branch information
wusteven815 and rcaudy authored Mar 11, 2024
commit 38e6cb79c79b4e8aca8e1be85de29bfba565aa06
Original file line number Diff line number Diff line change
@@ -141,7 +141,7 @@ public Long apply(Table table) {
}

/**
* Finds the first/last occurence of the target value by using binary search
* Finds the first/last occurrence of the target value by using binary search
*
* @param table the table to check for sorted-ness
* @param start the starting index to search
Loading