Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jul 12, 2024
1 parent a67305f commit 15b6fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion native/core/benches/cast_from_string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

use arrow_array::{builder::StringBuilder, RecordBatch};
use arrow_schema::{DataType, Field, Schema};
use datafusion_comet_spark_expr::{Cast, EvalMode};
use criterion::{criterion_group, criterion_main, Criterion};
use datafusion_comet_spark_expr::{Cast, EvalMode};
use datafusion_physical_expr::{expressions::Column, PhysicalExpr};
use std::sync::Arc;

Expand Down
2 changes: 1 addition & 1 deletion native/core/benches/cast_numeric.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

use arrow_array::{builder::Int32Builder, RecordBatch};
use arrow_schema::{DataType, Field, Schema};
use datafusion_comet_spark_expr::{Cast, EvalMode};
use criterion::{criterion_group, criterion_main, Criterion};
use datafusion_comet_spark_expr::{Cast, EvalMode};
use datafusion_physical_expr::{expressions::Column, PhysicalExpr};
use std::sync::Arc;

Expand Down

0 comments on commit 15b6fd9

Please sign in to comment.