Skip to content

Commit 07ab5ec

Browse files
committed
fmt
1 parent 704e497 commit 07ab5ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

datafusion_iceberg/tests/table_statistics.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
use std::sync::Arc;
22

33
use datafusion::{
4-
common::{stats::Precision, tree_node::{TransformedResult, TreeNode}, ScalarValue},
4+
common::{
5+
stats::Precision,
6+
tree_node::{TransformedResult, TreeNode},
7+
ScalarValue,
8+
},
59
execution::{context::SessionContext, SessionStateBuilder},
610
};
711
use datafusion_expr::ScalarUDF;

0 commit comments

Comments
 (0)