Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed Nov 5, 2024
1 parent 0ef6eb1 commit 3f5412f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/substrait/src/logical_plan/consumer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ use crate::variation_const::{
TIMESTAMP_SECOND_TYPE_VARIATION_REF,
};
use datafusion::arrow::array::{new_empty_array, AsArray};
use datafusion::catalog::Session;
use datafusion::common::scalar::ScalarStructBuilder;
use datafusion::dataframe::DataFrame;
use datafusion::logical_expr::expr::InList;
Expand Down Expand Up @@ -97,7 +98,6 @@ use substrait::proto::{
AggregateFunction, Expression, NamedStruct, Plan, Rel, Type,
};
use substrait::proto::{ExtendedExpression, FunctionArgument, SortField};
use datafusion::catalog::Session;

// Substrait PrecisionTimestampTz indicates that the timestamp is relative to UTC, which
// is the same as the expectation for any non-empty timezone in DF, so any non-empty timezone
Expand Down

0 comments on commit 3f5412f

Please sign in to comment.