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: [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]

Reply via email to