We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922651e commit 0fa8776Copy full SHA for 0fa8776
rust/cubesql/cubesql/src/sql/dataframe.rs
@@ -699,8 +699,10 @@ pub fn batches_to_dataframe(
699
mod tests {
700
use std::sync::Arc;
701
702
- use datafusion::arrow::{array::PrimitiveArray, datatypes::TimestampMicrosecondType};
703
- use datafusion::scalar::ScalarValue::TimestampMillisecond;
+ use datafusion::{
+ arrow::{array::PrimitiveArray, datatypes::TimestampMicrosecondType},
704
+ scalar::ScalarValue::TimestampMillisecond,
705
+ };
706
use itertools::Itertools;
707
708
use super::*;
0 commit comments