tustvold commented on code in PR #3796:
URL: https://github.com/apache/arrow-rs/pull/3796#discussion_r1124386722
##########
object_store/src/memory.rs:
##########
@@ -273,22 +275,23 @@ impl InMemory {
}
}
- async fn get_bytes(&self, location: &Path) -> Result<Bytes> {
+ async fn enty(&self, location: &Path) -> Result<(Bytes, DateTime<Utc>)> {
Review Comment:
```suggestion
async fn entry(&self, location: &Path) -> Result<(Bytes, DateTime<Utc>)>
{
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]