Skip to content

Commit 6246f08

Browse files
committed
[task #8213]Port tests in select.rs to sqllogictest
Signed-off-by: tangruilin <tang.ruilin@foxmail.com>
1 parent 827668a commit 6246f08

3 files changed

Lines changed: 297 additions & 567 deletions

File tree

datafusion/core/tests/sql/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ use datafusion::{assert_batches_eq, assert_batches_sorted_eq};
3434
use datafusion::{datasource::MemTable, physical_plan::collect};
3535
use datafusion::{execution::context::SessionContext, physical_plan::displayable};
3636
use datafusion_common::{assert_contains, assert_not_contains};
37+
use nix::libc::tm;
3738
use object_store::path::Path;
3839
use std::fs::File;
3940
use std::io::Write;

0 commit comments

Comments
 (0)