Jefffrey commented on PR #18200: URL: https://github.com/apache/datafusion/pull/18200#issuecomment-3427143060
I believe these should be modified in the source files instead of this doc as it gets autogenerated, see: https://github.com/apache/datafusion/blob/b5b7f9b356a5363a71ee1d293df199c9e33206cd/datafusion/functions/src/datetime/current_date.rs#L32-L40 You could add it via a `sql_example` block like here for example: https://github.com/apache/datafusion/blob/b5b7f9b356a5363a71ee1d293df199c9e33206cd/datafusion/functions-nested/src/range.rs#L63-L77 Then run `./dev/update_function_docs.sh` to generate that doc -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
