damooo opened a new issue, #1791: URL: https://github.com/apache/incubator-opendal/issues/1791
https://github.com/apache/incubator-opendal/blob/2d174fc26cc2d16d17399775035261cd0d68352b/core/src/raw/adapters/kv/backend.rs#L299 As in above snippet, if buffer is empty, it skips insertion of object in store. But returns success. It must create entry with empty content. May be proper way to differentiate uninitialized buffer from empty buffer is to use `Option`. -- 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]
