Skip to content

Commit

Permalink
Fix doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Apr 22, 2024
1 parent b0b2544 commit 4db07ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/expr/src/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ use sqlparser::ast::NullTreatment;
/// # use arrow::datatypes::{DataType, Field, Schema};
/// # use datafusion_common::{DFSchema, Column};
/// # use datafusion_expr::Expr;
/// # use datafusion_expr::expr::exprs_from_schema;
///
/// let arrow_schema = Schema::new(vec![
/// Field::new("c1", DataType::Int32, false),
Expand Down

0 comments on commit 4db07ee

Please sign in to comment.