You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tustvold (via GitHub)" <gi...@apache.org> on 2023/03/02 16:05:08 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #3790: Add ObjectStore::append

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

   **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*)
   -->
   
   Some use-cases, such as https://github.com/apache/arrow-datafusion/issues/5130, would like to re-open a file and append rows to it. 
   
   **Describe the solution you'd like**
   <!--
   A clear and concise description of what you want to happen.
   -->
   
   I would like an `ObjectStore::append` method that can be implemented for stores that support it. This would need a disclaimer that not all stores can support it, and that the atomicity guarantees are significantly weaker than for the other APIs.
   
   **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 closed issue #3790: Add ObjectStore::append

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


-- 
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] alamb commented on issue #3790: Add ObjectStore::append

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

   What else is left for this ticket, I wonder?


-- 
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 commented on issue #3790: Add ObjectStore::append

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

   It needs to be actually implemented :sweat_smile: https://github.com/apache/arrow-rs/pull/3791 just added the API


-- 
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 commented on issue #3790: Add ObjectStore::append

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

   `label_issue.py` automatically added labels {'object-store'} from #3791


-- 
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 commented on issue #3790: Add ObjectStore::append

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

   Closed by https://github.com/apache/arrow-rs/pull/3824


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