Skip to content

Conversation

@OussamaSaoudi-db
Copy link
Collaborator

@OussamaSaoudi-db OussamaSaoudi-db commented Nov 21, 2024

What changes are proposed in this pull request?

This PR parameterizes ScanBuilder in preparation for creating a ScanBuilder for TableChanges.

This PR affects the following public APIs

ScanBuilder becomes parameterized by a Scannable. Existing code with scan_builder: ScanBuilder becomes scan_builder: ScanBuilder.

How was this change tested?

Existing tests pass.

@github-actions github-actions bot added the breaking-change Change that require a major version bump label Nov 21, 2024
@codecov
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.21%. Comparing base (38eb938) to head (ed7d23d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #516   +/-   ##
=======================================
  Coverage   80.21%   80.21%           
=======================================
  Files          61       61           
  Lines       13342    13342           
  Branches    13342    13342           
=======================================
  Hits        10702    10702           
  Misses       2092     2092           
  Partials      548      548           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

pub mod log_replay;
pub mod state;

pub trait Scannable {}
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe pub(crate) instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking-change Change that require a major version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants