Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Mar 2, 2024
1 parent 76d0190 commit 259b8d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/physical-expr/src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -938,8 +938,8 @@ fn func_order_in_one_dimension(
#[cfg(test)]
mod tests {
use super::*;
use crate::expressions::lit;
use crate::expressions::try_cast;
use crate::expressions::{col, lit};
use arrow::{
array::{
Array, ArrayRef, BinaryArray, BooleanArray, Float32Array, Float64Array,
Expand All @@ -948,7 +948,7 @@ mod tests {
datatypes::Field,
record_batch::RecordBatch,
};
use datafusion_common::cast::{as_boolean_array, as_uint64_array};
use datafusion_common::cast::as_uint64_array;
use datafusion_common::{exec_err, internal_err, plan_err};
use datafusion_common::{DataFusionError, Result, ScalarValue};
use datafusion_expr::type_coercion::functions::data_types;
Expand Down

0 comments on commit 259b8d3

Please sign in to comment.