Skip to content

Commit

Permalink
fix: import DataType for the datafusion tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Nov 20, 2024
1 parent dfdf463 commit 0d02b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/delta_datafusion/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@ mod tests {
use crate::operations::write::SchemaMode;
use crate::writer::test_utils::get_delta_schema;
use arrow::array::StructArray;
use arrow::datatypes::{Field, Schema};
use arrow::datatypes::{DataType, Field, Schema};
use chrono::{TimeZone, Utc};
use datafusion::assert_batches_sorted_eq;
use datafusion::datasource::physical_plan::ParquetExec;
Expand Down

0 comments on commit 0d02b26

Please sign in to comment.