hfutatzhanghb opened a new pull request, #7818:
URL: https://github.com/apache/opendal/pull/7818

   # Which issue does this PR close?
   
   N/A.
   
   # Rationale for this change
   
   OpenDAL needs a documented cross-service contract for conditional rename 
before
   extending the public API. The design must align with existing write and copy
   options while preserving the atomic destination condition.
   
   # What changes are included in this PR?
   
   - Propose `rename_with(...).if_not_exists(true)` and `RenameOptions`.
   - Define `ConditionNotMatch` and `Unsupported` behavior.
   - Define the atomic no-replace capability requirement.
   - Analyze HDFS, FS, S3, and other service implementation boundaries.
   
   # Are there any user-facing changes?
   
   No implementation is included in this RFC PR. If accepted, the proposed 
public
   API and capability will be implemented separately.
   
   # AI Usage Statement
   
   AI assistance was used to prepare this RFC.
   


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

Reply via email to