Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xudong963 committed Mar 4, 2024
1 parent ef20331 commit 1a7af00
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tests/sqllogictests/suites/spill/left_join_spill.test
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ order by c_custkey
10
10

statement ok
set disable_join_reorder = 0;

# tpch queries contain left join
#Q13
Expand Down Expand Up @@ -181,3 +179,13 @@ order by
140 5
4 3
144 1


statement ok
set disable_join_reorder = 0;

statement ok
set join_spilling_memory_ratio = 0;

statement ok
set join_spilling_bytes_threshold_per_proc = 0;

0 comments on commit 1a7af00

Please sign in to comment.