Skip to content

Commit 85fe1b0

Browse files
committed
update
Signed-off-by: Weizhen Wang <[email protected]>
1 parent 8254a52 commit 85fe1b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/planner/core/casetest/tpch/tpch_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ CREATE TABLE lineitem (
183183
`)
184184
testkit.SetTiFlashReplica(t, dom, "test", "orders")
185185
testkit.SetTiFlashReplica(t, dom, "test", "lineitem")
186-
tk.MustExec(`set @@session.tidb_enforce_mpp=1;`)
187-
tk.MustQuery(`explain format='cost_trace' select
186+
//tk.MustExec(`set @@session.tidb_enforce_mpp=1;`)
187+
tk.MustQuery(`explain select
188188
o_orderpriority,
189189
count(*) as order_count
190190
from

0 commit comments

Comments
 (0)