This is an automated email from the ASF dual-hosted git repository.

yjshen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d87736  adding a doctest for examples in user guide docs (#2018)
9d87736 is described below

commit 9d8773623e03837c7c07d6b5fa1d6b2eaa1a167a
Author: Kaushik <[email protected]>
AuthorDate: Tue Mar 15 19:30:42 2022 -0700

    adding a doctest for examples in user guide docs (#2018)
    
    Change-Id: I022ab0921f7743d990c3a721ba17c14087f73b42
    
    Co-authored-by: venkata.chaganti <[email protected]>
---
 datafusion/src/lib.rs | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/datafusion/src/lib.rs b/datafusion/src/lib.rs
index 0f2fb14..e514c0a 100644
--- a/datafusion/src/lib.rs
+++ b/datafusion/src/lib.rs
@@ -236,3 +236,9 @@ pub mod test_util;
 
 #[cfg(doctest)]
 doc_comment::doctest!("../../README.md", readme_example_test);
+
+#[cfg(doctest)]
+doc_comment::doctest!(
+    "../../docs/source/user-guide/example-usage.md",
+    user_guid_example_tests
+);

Reply via email to