tustvold commented on code in PR #4935:
URL: https://github.com/apache/arrow-rs/pull/4935#discussion_r1360623125


##########
object_store/src/memory.rs:
##########
@@ -145,6 +145,7 @@ impl ObjectStore for InMemory {
             last_modified,
             size: data.len(),
             e_tag: None,
+            version: None,

Review Comment:
   Indeed this is waiting on https://github.com/apache/arrow-rs/pull/4922
   
   As for expectations, none, we expose what is in the store, which in turn 
will depend on what lifecycle policy has been configured if any



-- 
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]

Reply via email to