Skip to content

Commit

Permalink
update test result
Browse files Browse the repository at this point in the history
  • Loading branch information
time-and-fate committed Feb 20, 2024
1 parent 6f97745 commit f7fae4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/planner/core/casetest/index/index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func TestIndexMergeSingleCaseCouldFeelIndexMergeHint(t *testing.T) {
tk.MustQuery("explain format=\"brief\" SELECT /*+ use_index_merge(t, nslc) */ * FROM t WHERE 57260686 member of (fpi) AND \"OC8p1763XTkt.org/s/link\" member of (nslc) LIMIT 1;").Check(
testkit.Rows("Limit 1.00 root offset:0, count:1",
"└─IndexMerge 1.00 root type: union",
" ├─IndexRangeScan(Build) 1.00 cop[tikv] table:t, index:nslc(cast(`nslc` as char(1000) array), point_of_sale_country) range:[0x4F4338703137363358546B742E6F72672F732F6C696E6B,0x4F4338703137363358546B742E6F72672F732F6C696E6B], keep order:false, stats:pseudo",
" ├─IndexRangeScan(Build) 1.00 cop[tikv] table:t, index:nslc(cast(`nslc` as char(1000) array), point_of_sale_country) range:[\"OC8p1763XTkt.org/s/link\",\"OC8p1763XTkt.org/s/link\"], keep order:false, stats:pseudo",
" └─Limit(Probe) 1.00 cop[tikv] offset:0, count:1",
" └─Selection 1.00 cop[tikv] json_memberof(cast(57260686, json BINARY), test.t.fpi)",
" └─TableRowIDScan 1.00 cop[tikv] table:t keep order:false, stats:pseudo"))
Expand Down

0 comments on commit f7fae4b

Please sign in to comment.