Skip to content

Commit

Permalink
Add tests and Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Jan 13, 2025
1 parent f7cd1d1 commit 352ab08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vortex-layout/src/segments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ impl Deref for SegmentId {
#[async_trait]
pub trait AsyncSegmentReader: Send + Sync {
/// Attempt to get the data associated with a given segment ID.
///
/// TODO(ngates): should this accept multiple segment IDs?
async fn get(&self, id: SegmentId) -> VortexResult<ByteBuffer>;
}

Expand Down

0 comments on commit 352ab08

Please sign in to comment.