Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-keede committed Jan 29, 2025
1 parent 9ca6c25 commit 7cd577d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datafusion/substrait/tests/cases/substrait_validations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ mod tests {
mod schema_compatibility {
use crate::utils::test::read_json;
use datafusion::arrow::datatypes::{DataType, Field};
use datafusion_catalog::TableReference;
use datafusion::common::{DFSchema, Result};
use datafusion::datasource::empty::EmptyTable;
use datafusion::prelude::SessionContext;
use datafusion_catalog::TableReference;
use datafusion_substrait::logical_plan::consumer::from_substrait_plan;
use std::collections::HashMap;
use std::sync::Arc;
Expand Down
2 changes: 1 addition & 1 deletion datafusion/substrait/tests/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

#[cfg(test)]
pub mod test {
use datafusion_catalog::TableReference;
use datafusion::common::{substrait_datafusion_err, substrait_err};
use datafusion::datasource::empty::EmptyTable;
use datafusion::datasource::TableProvider;
use datafusion::error::Result;
use datafusion::prelude::SessionContext;
use datafusion_catalog::TableReference;
use datafusion_substrait::extensions::Extensions;
use datafusion_substrait::logical_plan::consumer::{
from_substrait_named_struct, DefaultSubstraitConsumer, SubstraitConsumer,
Expand Down

0 comments on commit 7cd577d

Please sign in to comment.