Skip to content

Conversation

@SamuelE-Arvika
Copy link
Contributor

TableIndex merge logic to was missing variants.

Description of Changes

This pull request fixes an issue where the TableIndex::can_merge function was missing match variants.

API and ABI breaking changes

None.

Expected complexity level and risk

1 / 5 (Trivial)
This is a very low-risk change. It simply adds a few lines to a match statement

Testing

Manual testing confirm that creating two tables with indices with the for the missing variants no longer causes a panic.

TableIndex merge logic to was missing  variants.
@CLAassistant
Copy link

CLAassistant commented Oct 9, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@Centril Centril left a comment

Choose a reason for hiding this comment

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

Code itself LGTM. Also, oops 😊

@bfops
Copy link
Collaborator

bfops commented Oct 14, 2025

@SamuelE-Arvika are you willing to take a look at the Contributor License Agreement? (See #3391 (comment) for more info).

@bfops bfops added this pull request to the merge queue Oct 15, 2025
Merged via the queue into clockworklabs:master with commit 3075ca4 Oct 15, 2025
19 of 21 checks passed
joshua-spacetime pushed a commit that referenced this pull request Oct 16, 2025
TableIndex merge logic to was missing  variants.

# Description of Changes

This pull request fixes an issue where the TableIndex::can_merge
function was missing match variants.

# API and ABI breaking changes

None.

# Expected complexity level and risk

1 / 5 (Trivial)
This is a very low-risk change. It simply adds a few lines to a match
statement

# Testing

Manual testing confirm that creating two tables with indices with the
for the missing variants no longer causes a panic.
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.

4 participants