Skip to content

Commit

Permalink
[task apache#8213]Port tests in select.rs to sqllogictest
Browse files Browse the repository at this point in the history
Signed-off-by: tangruilin <tang.ruilin@foxmail.com>
  • Loading branch information
Tangruilin committed Jan 24, 2024
1 parent 827668a commit 6246f08
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 567 deletions.
1 change: 1 addition & 0 deletions datafusion/core/tests/sql/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ use datafusion::{assert_batches_eq, assert_batches_sorted_eq};
use datafusion::{datasource::MemTable, physical_plan::collect};
use datafusion::{execution::context::SessionContext, physical_plan::displayable};
use datafusion_common::{assert_contains, assert_not_contains};
use nix::libc::tm;
use object_store::path::Path;
use std::fs::File;
use std::io::Write;
Expand Down
Loading

0 comments on commit 6246f08

Please sign in to comment.