Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Nov 25, 2024
1 parent bd636d3 commit 2e924b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions obstore/src/put.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ pub(crate) enum AsyncPushSource {

impl AsyncPushSource {
async fn read_all(&mut self) -> PyObjectStoreResult<Bytes> {
// Note: this code path is never hit because async generator input always uses multipart
// uploads. But we should still implement this to flesh out support.
todo!()
}

Expand Down

0 comments on commit 2e924b5

Please sign in to comment.