alamb commented on code in PR #12026: URL: https://github.com/apache/datafusion/pull/12026#discussion_r1723473247
########## datafusion/core/src/lib.rs: ########## @@ -678,6 +678,12 @@ doc_comment::doctest!( library_user_guide_sql_api ); +#[cfg(doctest)] Review Comment: I added this block which means the examples in the library guide are now run as part of `cargo test --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: 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