silver-ymz opened a new pull request, #3001:
URL: https://github.com/apache/incubator-opendal/pull/3001

   Update:
   1. expose `is_exist`, `create_dir`, `copy`, `rename`, `remove`, `stat`, 
`list`.
   Now it only remains `reader`, `writer`, `lister`.
   2. add valgrind in test ci to check more memory leak occasion
   3. add docs-only option to avoid install dependency in docs ci
   
   About `Operator::read`, I changed impl in #2984 because `address sanitizer` 
outputs `container overflow`. But I found that this is a misinformation caused 
by missing sanitize option for `libopendal_cpp`. As result, I revert previous 
impl. However, we still can't avoid copy because all `std::vector` pointer 
constructor use copy to hide internal structure.


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