Skip to content

Commit

Permalink
Updated test result
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonss committed Dec 15, 2023
1 parent 69690e0 commit c780ca9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions planner/core/casetest/testdata/integration_suite_out.json
Original file line number Diff line number Diff line change
Expand Up @@ -4808,12 +4808,11 @@
{
"SQL": "explain select /*+ order_index(thh, a) */ * from thh where a<1 order by a limit 1",
"Plan": [
"Limit_12 1.00 root offset:0, count:1",
"└─Projection_17 1.00 root test.thh.a, test.thh.b",
" └─IndexLookUp_16 1.00 root partition:all ",
" ├─Limit_15(Build) 1.00 cop[tikv] offset:0, count:1",
" │ └─IndexRangeScan_13 1.00 cop[tikv] table:thh, index:a(a) range:[-inf,1), keep order:true, stats:pseudo",
" └─TableRowIDScan_14(Probe) 1.00 cop[tikv] table:thh keep order:false, stats:pseudo"
"Projection_17 1.00 root test.thh.a, test.thh.b",
"└─IndexLookUp_16 1.00 root partition:all limit embedded(offset:0, count:1)",
" ├─Limit_15(Build) 1.00 cop[tikv] offset:0, count:1",
" │ └─IndexRangeScan_13 1.00 cop[tikv] table:thh, index:a(a) range:[-inf,1), keep order:true, stats:pseudo",
" └─TableRowIDScan_14(Probe) 1.00 cop[tikv] table:thh keep order:false, stats:pseudo"
],
"Warn": null
}
Expand Down

0 comments on commit c780ca9

Please sign in to comment.