Skip to content

Commit 16ee017

Browse files
committed
refactor
1 parent 4c7f6ad commit 16ee017

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src-tauri/src/dialect/folder.rs

-2
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,4 @@ pub fn directory_tree<P: AsRef<Path>>(path: P) -> Option<TreeNode> {
120120
async fn test_table() {
121121
use arrow::util::pretty::print_batches;
122122
let d = FolderDialect::new("");
123-
let res = d.query_table("", 0, 0, "").await.unwrap();
124-
let _ = print_batches(&[res.batch]);
125123
}

0 commit comments

Comments
 (0)