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

   # Which issue does this PR close?
   
   Closes #7105.
   
   # Rationale for this change
   
   This PR implements ReadOptions support in C bindings as part of the 
migration to the new options API outlined in RFC-6213 
(https://github.com/apache/opendal/pull/6213). 
   
   # Are there any user-facing changes?
   
   In my view, no. What I think need to be notice is that, C doesn't have the 
type Timestamp. So I use string as alternative and parse it using the method 
`from_str` of Timestape, which may give user an different experience with using 
`core`
   
   I do only finish `read_options` currently and lack of `reader_options`. I 
want to know if I can do this work and do I do it right so that I can go on 
with confidence.
   
   # AI Usage Statement
   
   provide some knowledge for debug =)
   


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