Omega359 opened a new issue, #9416:
URL: https://github.com/apache/arrow-datafusion/issues/9416

   ### Is your feature request related to a problem or challenge?
   
   Unfortunately because of limitations with rustdoc and cyclical dependencies 
we cannot have a fully working example in the rustdoc for the newly migrated 
to_date function (SessionContext is not visible and cannot be brought in as a 
dev dependency because of #9277). Thus, if we want to have fully working 
examples for functions like this one we'll need to put them into examples 
somewhere (datafusion-examples comes to mind) and ideally link to that example 
from within the rustdoc.
   
   ### Describe the solution you'd like
   
   ignored rustdoc example moved to a working examples location and rustdoc for 
to_date updated with new documentation and a link to the fully working example. 
Must work when docs are published externally, not just from source view.
   
   ### Describe alternatives you've considered
   
   leave as is or remove :(
   
   ### Additional context
   
   _No response_


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