crepererum commented on code in PR #4935:
URL: https://github.com/apache/arrow-rs/pull/4935#discussion_r1360558842
##########
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:
In theory the mem backend could implement this, not sure if that would be
helpful for testing (might also be a follow-up PR).
BTW: what's the expectation regarding how long versions are kept in "the
cloud"?
--
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]