Xuanwo commented on code in PR #3259:
URL: 
https://github.com/apache/incubator-opendal/pull/3259#discussion_r1357721644


##########
bindings/c/include/opendal.h:
##########
@@ -862,6 +928,10 @@ char *opendal_list_entry_name(const struct 
opendal_list_entry *self);
  */
 void opendal_list_entry_free(struct opendal_list_entry *ptr);
 
+intptr_t opendal_reader_read(const struct opendal_reader *self, uint8_t *buf, 
uintptr_t len);

Review Comment:
   We should return error here, can be done after 
https://github.com/apache/incubator-opendal/pull/3250



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