Skip to content

Implement [Multimap]TableHandle for remaining table types#1260

Merged
cberner merged 1 commit into
cberner:masterfrom
ColonelThirtyTwo:table-handles-for-table-types
May 20, 2026
Merged

Implement [Multimap]TableHandle for remaining table types#1260
cberner merged 1 commit into
cberner:masterfrom
ColonelThirtyTwo:table-handles-for-table-types

Conversation

@ColonelThirtyTwo
Copy link
Copy Markdown
Contributor

Implements TableHandle for ReadOnlyUntypedTable, and MultimapTableHandle for ReadOnlyUntypedMultimapTable and ReadOnlyMultimapTable. The other table types already had Handle implementations - this patch expands coverage to all table types.

Being able to get the name of a table is useful for logging and error reporting.

Implements `TableHandle` for `ReadOnlyUntypedTable`, and
`MultimapTableHandle` for `ReadOnlyUntypedMultimapTable` and
`ReadOnlyMultimapTable`. The other table types already had `Handle`
implementations - this patch expands coverage to all table types.

Being able to get the name of a table is useful for logging and error
reporting.
@codecov
Copy link
Copy Markdown

codecov Bot commented May 20, 2026

Codecov Report

❌ Patch coverage is 62.50000% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.84%. Comparing base (00e36f1) to head (068cad7).

Files with missing lines Patch % Lines
src/multimap_table.rs 40.00% 6 Missing ⚠️
src/table.rs 40.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1260      +/-   ##
==========================================
- Coverage   88.90%   88.84%   -0.06%     
==========================================
  Files          36       36              
  Lines       14814    14834      +20     
==========================================
+ Hits        13170    13180      +10     
- Misses       1644     1654      +10     
Files with missing lines Coverage Δ
src/transactions.rs 88.42% <100.00%> (+0.03%) ⬆️
src/table.rs 81.47% <40.00%> (-0.42%) ⬇️
src/multimap_table.rs 93.36% <40.00%> (-0.74%) ⬇️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cberner cberner merged commit bc182af into cberner:master May 20, 2026
8 checks passed
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