Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Dec 11, 2024
1 parent 0fa8776 commit f443d9b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions rust/cubesql/cubesql/src/sql/dataframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -699,15 +699,12 @@ pub fn batches_to_dataframe(
mod tests {
use std::sync::Arc;

use datafusion::{
arrow::{array::PrimitiveArray, datatypes::TimestampMicrosecondType},
scalar::ScalarValue::TimestampMillisecond,
};
use datafusion::arrow::array::PrimitiveArray;
use itertools::Itertools;

use super::*;
use crate::compile::arrow::{
datatypes::{ArrowPrimitiveType, Field, TimestampNanosecondType},
datatypes::{ArrowPrimitiveType, Field},
record_batch::RecordBatchOptions,
};

Expand Down

0 comments on commit f443d9b

Please sign in to comment.