Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-sc committed Feb 12, 2025
1 parent b1b8aec commit cb11459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datafusion/physical-expr/src/expressions/literal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ use std::sync::Arc;

use crate::physical_expr::PhysicalExpr;

use arrow::datatypes::SchemaRef;
use arrow::{
datatypes::{DataType, Schema},
record_batch::RecordBatch,
};
use arrow::datatypes::SchemaRef;
use datafusion_common::{Result, ScalarValue};
use datafusion_expr::interval_arithmetic::Interval;
use datafusion_expr::sort_properties::{ExprProperties, SortProperties};
Expand Down
2 changes: 1 addition & 1 deletion datafusion/physical-expr/src/expressions/negative.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ use std::sync::Arc;

use crate::PhysicalExpr;

use arrow::datatypes::SchemaRef;
use arrow::{
compute::kernels::numeric::neg_wrapping,
datatypes::{DataType, Schema},
record_batch::RecordBatch,
};
use arrow::datatypes::SchemaRef;
use datafusion_common::{plan_err, Result};
use datafusion_expr::interval_arithmetic::Interval;
use datafusion_expr::sort_properties::ExprProperties;
Expand Down

0 comments on commit cb11459

Please sign in to comment.