Skip to content

Fix panic in merge join when using custom Indexes that don't allow range lookups. #1985

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

Merged
merged 4 commits into from
Sep 5, 2023

Conversation

nicktobey
Copy link
Contributor

For instance, dolt has Commit indexes for tables that use commit hash as an index, but ranges don't make sense for those.

There's no equivalent in GMS, so I created "point_lookup_table" table function for use in tests.

nicktobey and others added 2 commits September 4, 2023 16:08
…nge lookups. (For instance, dolt has Commit indexes for tables that use commit hash as an index, but ranges don't make sense for those.)

There's no equivalent in GMS, so I created "point_lookup_table" table function for use in tests.
Copy link
Contributor

@max-hoffman max-hoffman left a comment

Choose a reason for hiding this comment

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

lgtm, small comments

…. This is less error-prone than returning a null pointer on failure.
@nicktobey nicktobey merged commit c7d5fc9 into main Sep 5, 2023
@nicktobey nicktobey deleted the nicktobey/indexScan branch September 5, 2023 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants