Skip to content

Commit 781173e

Browse files
committed
update
Signed-off-by: Weizhen Wang <[email protected]>
1 parent 17e3b92 commit 781173e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/planner/core/casetest/physicalplantest/testdata/plan_suite_out.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,9 +1711,9 @@
17111711
"IndexJoin 9990.00 root inner join, inner:HashAgg, outer key:test.t1.a, inner key:test.t2.a, equal cond:eq(test.t1.a, test.t2.a)",
17121712
"├─TableReader(Build) 10000.00 root data:TableFullScan",
17131713
"│ └─TableFullScan 10000.00 cop[tikv] table:t1 keep order:false, stats:pseudo",
1714-
"└─HashAgg(Probe) 79920000.00 root group by:test.t2.a, funcs:firstrow(test.t2.a)->test.t2.a",
1715-
" └─IndexReader 79920000.00 root index:HashAgg",
1716-
" └─HashAgg 79920000.00 cop[tikv] group by:test.t2.a, ",
1714+
"└─HashAgg(Probe) 9990.00 root group by:test.t2.a, funcs:firstrow(test.t2.a)->test.t2.a",
1715+
" └─IndexReader 9990.00 root index:HashAgg",
1716+
" └─HashAgg 9990.00 cop[tikv] group by:test.t2.a, ",
17171717
" └─Selection 9990.00 cop[tikv] not(isnull(test.t2.a))",
17181718
" └─IndexRangeScan 10000.00 cop[tikv] table:t2, index:ia(a) range: decided by [eq(test.t2.a, test.t1.a)], keep order:false, stats:pseudo"
17191719
],

0 commit comments

Comments
 (0)