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 Sep 18, 2024
1 parent c4b7aca commit 8bc0011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core/src/delta_datafusion/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1768,6 +1768,7 @@ impl From<Column> for DeltaColumn {
mod tests {
use arrow_array::StructArray;
use arrow_schema::Schema;
use arrow::datatypes::DataType;
use chrono::{TimeZone, Utc};
use datafusion::assert_batches_sorted_eq;
use datafusion::datasource::physical_plan::ParquetExec;
Expand Down

0 comments on commit 8bc0011

Please sign in to comment.