alamb commented on PR #14544: URL: https://github.com/apache/datafusion/pull/14544#issuecomment-2647984070
Making the examples in the doc rendred with `sql` rather than ``` was a great idea. However, since those files are automatically generated from the source code we need to update the generation script, such as https://github.com/apache/datafusion/blob/f7a49097ae8b7d0219bebfb1d590c45bc73a59aa/datafusion/core/src/bin/print_functions_docs.rs#L196 And add the `sql` there (there are equivalents for the other types of functions) Perhaps you can make a follow on PR? -- 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]
