alamb commented on issue #13814: URL: https://github.com/apache/datafusion/issues/13814#issuecomment-2713644414
I also tried removing all the doctests from lib.rs and that didn't help (I didn't expect it to but I wanted to try) ```diff diff --git a/datafusion/core/src/lib.rs b/datafusion/core/src/lib.rs index b4d5f9740..9e1f9795e 100644 --- a/datafusion/core/src/lib.rs +++ b/datafusion/core/src/lib.rs @@ -824,282 +824,3 @@ pub mod test; mod schema_equivalence; pub mod test_util; - -#[cfg(doctest)] -doc_comment::doctest!("../../../README.md", readme_example_test); - -// Instructions for Documentation Examples ``` -- 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