ugoa commented on issue #14435: URL: https://github.com/apache/datafusion/issues/14435#issuecomment-2634594313
Hey @alamb @Chen-Yuan-Lai folks, here is my attempt to fix doctest for file `docs/source/library-user-guide/adding-udfs.md`, the below test command is able to pass successfully: ```shell cargo test --doc -- library_user_guide_adding_udfs ``` However, I do need advice on how to improve the issue pointed out by @Chen-Yuan-Lai. For this MR I take the (#) [approach](https://doc.rust-lang.org/rustdoc/write-documentation/documentation-tests.html#hiding-portions-of-the-example) as suggested, but the doc becomes quite long, and the build process is also required to change because the `sphinx` doesn't support the `rustdoc` format (I think?). Anyway looking forward to your feedback, cheers! -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org