Skip to content

Commit

Permalink
Fix doctest include
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Feb 13, 2025
1 parent ffce241 commit 429c72c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions datafusion/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,12 @@ doc_comment::doctest!(
user_guide_cli_usage
);

#[cfg(doctest)]
doc_comment::doctest!(
"../../../docs/source/user-guide/features.md",
user_guide_features
);

#[cfg(doctest)]
doc_comment::doctest!(
"../../../docs/source/user-guide/sql/aggregate_functions.md",
Expand Down Expand Up @@ -980,12 +986,6 @@ doc_comment::doctest!(
user_guide_sql_special_functions
);

#[cfg(doctest)]
doc_comment::doctest!(
"../../../docs/source/user-guide/sql/sql_status.md",
user_guide_sql_status
);

#[cfg(doctest)]
doc_comment::doctest!(
"../../../docs/source/user-guide/sql/subqueries.md",
Expand Down

0 comments on commit 429c72c

Please sign in to comment.