Xuanwo commented on code in PR #2074: URL: https://github.com/apache/incubator-opendal/pull/2074#discussion_r1174508974
########## core/src/docs/upgrade.md: ########## @@ -1,3 +1,20 @@ +# Upgrade to v0.33 + +## Public API + +OpenDAL 0.33 has redesigned the `Writer` API, replacing all instances of `writer.append()` with `writer.write()`. For more information, please refer to [`Writer`](crate::Writer). Review Comment: > Does the merging have any impact on the original 'writer.write'? No, the behavior not change. ########## core/src/docs/upgrade.md: ########## @@ -1,3 +1,20 @@ +# Upgrade to v0.33 + +## Public API + +OpenDAL 0.33 has redesigned the `Writer` API, replacing all instances of `writer.append()` with `writer.write()`. For more information, please refer to [`Writer`](crate::Writer). Review Comment: > Does the merging have any impact on the original 'writer.write'? No, the behavior not changed. -- 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]
