Skip to content

Commit a12e8ca

Browse files
authored
Update sqllogictests.rs
1 parent 3a8e7c7 commit a12e8ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datafusion/sqllogictest/bin/sqllogictests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ const SQLITE_PREFIX: &str = "sqlite";
5353

5454
pub fn main() -> Result<()> {
5555
tokio::runtime::Builder::new_multi_thread()
56-
.thread_stack_size(4 * 1024 * 1024)
5756
.enable_all()
5857
.build()?
5958
.block_on(run_tests())

0 commit comments

Comments
 (0)