Xuanwo commented on issue #6125:
URL: https://github.com/apache/opendal/issues/6125#issuecomment-2839018397

   > I've noticed that Milvus (a vector database) uses OpenDAL's C bindings as 
the bridge for its storage layer to access OSS. If we add an 
opendal_writer_close function and separate this logic from opendal_writer_free, 
it might cause unexpected errors after they upgrade (if they don't explicitly 
call opendal_writer_close). Therefore, I think we might need to add a closed 
boolean flag and make opendal_writer_free check this flag to determine whether 
close operations are still needed.
   
   We can bump c binding's version and mark this as a breaking change. I don't 
think we need to add workaround like 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

Reply via email to