Skip to content

Commit 84d59df

Browse files
committed
update unittest
Signed-off-by: guo-shaoge <shaoge1994@163.com>
1 parent f460f36 commit 84d59df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/executor/testdata/prepare_suite_out.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
}
156156
],
157157
"Plan": [
158-
"IndexHashJoin_15 124.88 root inner join, inner:IndexLookUp_38, outer key:test.t1.a, test.t1.b, inner key:test.t2.a, test.t2.b, equal cond:eq(test.t1.a, test.t2.a), eq(test.t1.b, test.t2.b)",
158+
"IndexHashJoin_17 124.88 root inner join, inner:IndexLookUp_38, outer key:test.t1.a, test.t1.b, inner key:test.t2.a, test.t2.b, equal cond:eq(test.t1.a, test.t2.a), eq(test.t1.b, test.t2.b)",
159159
"├─IndexLookUp_34(Build) 99.90 root ",
160160
"│ ├─IndexRangeScan_32(Build) 99.90 cop[tikv] table:t1, index:b(b, a) range:[1 -inf,1 +inf], keep order:false, stats:pseudo",
161161
"│ └─TableRowIDScan_33(Probe) 99.90 cop[tikv] table:t1 keep order:false, stats:pseudo",
@@ -176,7 +176,7 @@
176176
}
177177
],
178178
"Plan": [
179-
"IndexHashJoin_15 124.88 root inner join, inner:IndexLookUp_38, outer key:test.t1.a, test.t1.b, inner key:test.t2.a, test.t2.b, equal cond:eq(test.t1.a, test.t2.a), eq(test.t1.b, test.t2.b)",
179+
"IndexHashJoin_17 124.88 root inner join, inner:IndexLookUp_38, outer key:test.t1.a, test.t1.b, inner key:test.t2.a, test.t2.b, equal cond:eq(test.t1.a, test.t2.a), eq(test.t1.b, test.t2.b)",
180180
"├─IndexLookUp_34(Build) 99.90 root ",
181181
"│ ├─IndexRangeScan_32(Build) 99.90 cop[tikv] table:t1, index:b(b, a) range:[2 -inf,2 +inf], keep order:false, stats:pseudo",
182182
"│ └─TableRowIDScan_33(Probe) 99.90 cop[tikv] table:t1 keep order:false, stats:pseudo",
@@ -199,7 +199,7 @@
199199
}
200200
],
201201
"Plan": [
202-
"IndexHashJoin_15 124.88 root inner join, inner:IndexLookUp_38, outer key:test.t1.a, test.t1.b, inner key:test.t2.a, test.t2.b, equal cond:eq(test.t1.a, test.t2.a), eq(test.t1.b, test.t2.b)",
202+
"IndexHashJoin_17 124.88 root inner join, inner:IndexLookUp_38, outer key:test.t1.a, test.t1.b, inner key:test.t2.a, test.t2.b, equal cond:eq(test.t1.a, test.t2.a), eq(test.t1.b, test.t2.b)",
203203
"├─IndexLookUp_34(Build) 99.90 root ",
204204
"│ ├─IndexRangeScan_32(Build) 99.90 cop[tikv] table:t1, index:b(b, a) range:[0 -inf,0 +inf], keep order:false, stats:pseudo",
205205
"│ └─TableRowIDScan_33(Probe) 99.90 cop[tikv] table:t1 keep order:false, stats:pseudo",

0 commit comments

Comments
 (0)