You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/30 13:34:05 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #2240: Add ETag to ObjectMeta

tustvold opened a new issue, #2240:
URL: https://github.com/apache/arrow-rs/issues/2240

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   <!--
   A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 
   (This section helps Arrow developers understand the context and *why* for this feature, in addition to  the *what*)
   -->
   
   All object stores support a notion of an ETag that uniquely identifies a resource, we should support this
   
   **Describe the solution you'd like**
   <!--
   A clear and concise description of what you want to happen.
   -->
   
   The challenge lies in how to support this for the InMemory and LocalFileSystem stores. In lieu of a better alternative, as described [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) a hash of the last modification time is likely sufficient.
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features you've considered.
   -->
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold commented on issue #2240: Add ETag to ObjectMeta

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #2240:
URL: https://github.com/apache/arrow-rs/issues/2240#issuecomment-1482529671

   I think this would be a great addition, I will also work on https://github.com/apache/arrow-rs/issues/3928 to enable this


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold closed issue #2240: Add ETag to ObjectMeta

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold closed issue #2240: Add ETag to ObjectMeta
URL: https://github.com/apache/arrow-rs/issues/2240


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] Weijun-H commented on issue #2240: Add ETag to ObjectMeta

Posted by "Weijun-H (via GitHub)" <gi...@apache.org>.
Weijun-H commented on issue #2240:
URL: https://github.com/apache/arrow-rs/issues/2240#issuecomment-1482468491

   Can you confirm if this enhancement is still needed? If it is, I am available to work on resolving it.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org