Re: [I] Tracking issues of user metadata support [opendal]
geetanshjuneja commented on issue #4842: URL: https://github.com/apache/opendal/issues/4842#issuecomment-2569596628 Hi @Xuanwo, I would like to work on this task. -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Tracking issues of user metadata support [opendal]
Xuanwo commented on issue #4842: URL: https://github.com/apache/opendal/issues/4842#issuecomment-2477571151 > Hi @Xuanwo! I couldn't work on this these days, but I'll resume my work as soon as I have enough time :) I have it in mind, I didn't forget about this! Really appreciated! -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Tracking issues of user metadata support [opendal]
jorgehermo9 commented on issue #4842: URL: https://github.com/apache/opendal/issues/4842#issuecomment-2477275094 Hi @Xuanwo! I couldn't work on this these days, but I'll resume me work as soon as I have enough time :) I have it in mind, I didn't forget about 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Tracking issues of user metadata support [opendal]
Xuanwo commented on issue #4842: URL: https://github.com/apache/opendal/issues/4842#issuecomment-2453315335 Hi, thank you @jorgehermo9 for your work on this! I will take some time to extend the list and sort it by priority. Before that, I believe the next good option could be `gcs` support. -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Tracking issues of user metadata support [opendal]
jorgehermo9 commented on issue #4842: URL: https://github.com/apache/opendal/issues/4842#issuecomment-2452968876 Hi @Xuanwo, I see that there are some of the tasks that are already done (the ones from the "Implement user_metadata for metadata" section and the s3 service). Should this tracking issue checklist be updated with that? I can help implementing `user_metadata` for other services, I'd appreciate if the checklist can be extended to at least the ones with the most priority? -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Tracking issues of user metadata support [opendal]
meteorgan commented on issue #4842: URL: https://github.com/apache/opendal/issues/4842#issuecomment-2210537940 > > should I add an function to `FutureWrite` like system defined metadata ? > > Yes, we need a new API called `user_metadata` for both `write` and `writer` Ok, i'll begin addressing this issue now -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Tracking issues of user metadata support [opendal]
Xuanwo commented on issue #4842: URL: https://github.com/apache/opendal/issues/4842#issuecomment-2210526072 > should I add an function to `FutureWrite` like system defined metadata ? Yes, we need a new API called `user_metadata` -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Tracking issues of user metadata support [opendal]
meteorgan commented on issue #4842: URL: https://github.com/apache/opendal/issues/4842#issuecomment-2210517277 emmm, I should make it clear: I've reviewed the use cases, and would like to confirm the `API` for users. should I add an function to `FutureWrite` like system defined metadata ? -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Tracking issues of user metadata support [opendal]
Xuanwo commented on issue #4842: URL: https://github.com/apache/opendal/issues/4842#issuecomment-2210494141 > but I have one problem to confirm:what client wants to use this feature, like Hi, there are many use cases of this feature. For example, a db can write their own metadata like `tenant`, `catalog`, `database`, `table` in this map. So they can query those metadata without extra meta services. -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Tracking issues of user metadata support [opendal]
meteorgan commented on issue #4842: URL: https://github.com/apache/opendal/issues/4842#issuecomment-2210488066 Hi, I'm interested in this issue. but I have one problem to confirm:what client wants to use this feature, like ```let mut w = op .writer_with("path/to/file") .content_type("application/octet-stream") .user_metadata(map) .await?; ``` ? -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org